[INFO] cloning repository https://github.com/Turbootzz/rivvo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Turbootzz/rivvo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTurbootzz%2Frivvo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTurbootzz%2Frivvo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6ab914b3b4cce4ff4db083e3cd559fa13aab6bc0
[INFO] testing Turbootzz/rivvo against master#cced03bfd61a304243a34504618ecec86c17063f for pr-154065-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTurbootzz%2Frivvo" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Turbootzz/rivvo
[INFO] finished tweaking git repo https://github.com/Turbootzz/rivvo
[INFO] tweaked toml for git repo https://github.com/Turbootzz/rivvo written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Turbootzz/rivvo on toolchain cced03bfd61a304243a34504618ecec86c17063f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Turbootzz/rivvo already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded validator_derive v0.20.0
[INFO] [stderr]   Downloaded validator v0.20.0
[INFO] [stderr]   Downloaded sqlx-macros v0.8.6
[INFO] [stderr]   Downloaded slug v0.1.6
[INFO] [stderr]   Downloaded wasite v0.1.0
[INFO] [stderr]   Downloaded home v0.5.12
[INFO] [stderr]   Downloaded local-channel v0.1.5
[INFO] [stderr]   Downloaded local-waker v0.1.4
[INFO] [stderr]   Downloaded actix-codec v0.5.2
[INFO] [stderr]   Downloaded impl-more v0.1.9
[INFO] [stderr]   Downloaded actix-utils v3.0.1
[INFO] [stderr]   Downloaded actix-macros v0.2.4
[INFO] [stderr]   Downloaded redox_syscall v0.7.1
[INFO] [stderr]   Downloaded stringprep v0.1.5
[INFO] [stderr]   Downloaded simple_asn1 v0.6.4
[INFO] [stderr]   Downloaded primeorder v0.13.6
[INFO] [stderr]   Downloaded deranged v0.5.6
[INFO] [stderr]   Downloaded whoami v1.6.1
[INFO] [stderr]   Downloaded bytestring v1.5.0
[INFO] [stderr]   Downloaded actix-web-codegen v4.3.0
[INFO] [stderr]   Downloaded actix-service v2.0.3
[INFO] [stderr]   Downloaded actix-cors v0.7.1
[INFO] [stderr]   Downloaded actix-rt v2.11.0
[INFO] [stderr]   Downloaded pem v3.0.6
[INFO] [stderr]   Downloaded sqlx-macros-core v0.8.6
[INFO] [stderr]   Downloaded actix-server v2.6.0
[INFO] [stderr]   Downloaded cookie v0.16.2
[INFO] [stderr]   Downloaded actix-router v0.5.3
[INFO] [stderr]   Downloaded p256 v0.13.2
[INFO] [stderr]   Downloaded unicode-bidi v0.3.18
[INFO] [stderr]   Downloaded unicode-properties v0.1.4
[INFO] [stderr]   Downloaded jsonwebtoken v10.3.0
[INFO] [stderr]   Downloaded flume v0.11.1
[INFO] [stderr]   Downloaded sqlx-mysql v0.8.6
[INFO] [stderr]   Downloaded rsa v0.9.10
[INFO] [stderr]   Downloaded sqlx-sqlite v0.8.6
[INFO] [stderr]   Downloaded sqlx-core v0.8.6
[INFO] [stderr]   Downloaded num-bigint-dig v0.8.6
[INFO] [stderr]   Downloaded sqlx-postgres v0.8.6
[INFO] [stderr]   Downloaded sqlx v0.8.6
[INFO] [stderr]   Downloaded deunicode v1.6.2
[INFO] [stderr]   Downloaded hkdf v0.12.4
[INFO] [stderr]   Downloaded actix-http v3.11.2
[INFO] [stderr]   Downloaded brotli-decompressor v5.0.0
[INFO] [stderr]   Downloaded p384 v0.13.1
[INFO] [stderr]   Downloaded actix-web v4.12.1
[INFO] [stderr]   Downloaded brotli v8.0.2
[INFO] [stderr]   Downloaded libsqlite3-sys v0.30.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ebfd937322d2af3b6ec57cd5dbf608603ce67f0e18f72b471acb2a0d1e26897c
[INFO] running `Command { std: "docker" "start" "-a" "ebfd937322d2af3b6ec57cd5dbf608603ce67f0e18f72b471acb2a0d1e26897c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ebfd937322d2af3b6ec57cd5dbf608603ce67f0e18f72b471acb2a0d1e26897c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ebfd937322d2af3b6ec57cd5dbf608603ce67f0e18f72b471acb2a0d1e26897c", kill_on_drop: false }`
[INFO] [stdout] ebfd937322d2af3b6ec57cd5dbf608603ce67f0e18f72b471acb2a0d1e26897c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 168f48426752bede0d2da8f6818339024a1a97cf46cbab96e4a9a3ba5ca210fa
[INFO] running `Command { std: "docker" "start" "-a" "168f48426752bede0d2da8f6818339024a1a97cf46cbab96e4a9a3ba5ca210fa", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.23
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling const-oid v0.9.6
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling zerocopy v0.8.39
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling base64ct v1.8.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling regex-syntax v0.8.9
[INFO] [stderr]    Compiling crc-catalog v2.4.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]    Compiling der v0.7.10
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling syn v2.0.115
[INFO] [stderr]    Compiling crc v3.4.0
[INFO] [stderr]    Compiling tinyvec v1.10.0
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling base16ct v0.2.0
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]    Compiling num-conv v0.2.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling socket2 v0.6.2
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]    Compiling ff v0.13.1
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling crypto-bigint v0.5.5
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling group v0.13.0
[INFO] [stderr]    Compiling pkcs8 v0.10.2
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling deranged v0.5.6
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling sec1 v0.7.3
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling bytestring v1.5.0
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling unicode-bidi v0.3.18
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling unicode-properties v0.1.4
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling alloc-no-stdlib v2.0.4
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling local-waker v0.1.4
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling alloc-stdlib v0.2.2
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling chrono v0.4.43
[INFO] [stderr]    Compiling elliptic-curve v0.13.8
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling simd-adler32 v0.3.8
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling home v0.5.12
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling regex-lite v0.1.9
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling whoami v1.6.1
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling uuid v1.21.0
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling brotli-decompressor v5.0.0
[INFO] [stderr]    Compiling actix-utils v3.0.1
[INFO] [stderr]    Compiling rfc6979 v0.4.0
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling cookie v0.16.2
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling actix-service v2.0.3
[INFO] [stderr]    Compiling num-bigint-dig v0.8.6
[INFO] [stderr]    Compiling brotli v8.0.2
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling ecdsa v0.16.9
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling primeorder v0.13.6
[INFO] [stderr]    Compiling local-channel v0.1.5
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling language-tags v0.3.2
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling pkcs1 v0.7.5
[INFO] [stderr]    Compiling ed25519 v2.2.3
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling impl-more v0.1.9
[INFO] [stderr]    Compiling p256 v0.13.2
[INFO] [stderr]    Compiling p384 v0.13.1
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling blake2 v0.10.6
[INFO] [stderr]    Compiling password-hash v0.5.0
[INFO] [stderr]    Compiling pem v3.0.6
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling actix-macros v0.2.4
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling deunicode v1.6.2
[INFO] [stderr]    Compiling argon2 v0.5.3
[INFO] [stderr]    Compiling slug v0.1.6
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling validator_derive v0.20.0
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling simple_asn1 v0.6.4
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling ed25519-dalek v2.2.0
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling actix-router v0.5.3
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling actix-web-codegen v4.3.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling zstd v0.13.3
[INFO] [stderr]    Compiling rsa v0.9.10
[INFO] [stderr]    Compiling jsonwebtoken v10.3.0
[INFO] [stderr]    Compiling sqlx-core v0.8.6
[INFO] [stderr]    Compiling validator v0.20.0
[INFO] [stderr]    Compiling sqlx-postgres v0.8.6
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling actix-rt v2.11.0
[INFO] [stderr]    Compiling actix-server v2.6.0
[INFO] [stderr]    Compiling actix-codec v0.5.2
[INFO] [stderr]    Compiling h2 v0.3.27
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.6
[INFO] [stderr]    Compiling actix-http v3.11.2
[INFO] [stderr]    Compiling sqlx-macros v0.8.6
[INFO] [stderr]    Compiling actix-web v4.12.1
[INFO] [stderr]    Compiling sqlx v0.8.6
[INFO] [stderr]    Compiling actix-cors v0.7.1
[INFO] [stderr]    Compiling rivvo v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 48s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "168f48426752bede0d2da8f6818339024a1a97cf46cbab96e4a9a3ba5ca210fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "168f48426752bede0d2da8f6818339024a1a97cf46cbab96e4a9a3ba5ca210fa", kill_on_drop: false }`
[INFO] [stdout] 168f48426752bede0d2da8f6818339024a1a97cf46cbab96e4a9a3ba5ca210fa
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6e85abe50646b5e41b39811918a93d07daf683e737f787e1153bc3c703ea5996
[INFO] running `Command { std: "docker" "start" "-a" "6e85abe50646b5e41b39811918a93d07daf683e737f787e1153bc3c703ea5996", kill_on_drop: false }`
[INFO] [stderr]    Compiling rivvo v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 12.40s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "6e85abe50646b5e41b39811918a93d07daf683e737f787e1153bc3c703ea5996", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6e85abe50646b5e41b39811918a93d07daf683e737f787e1153bc3c703ea5996", kill_on_drop: false }`
[INFO] [stdout] 6e85abe50646b5e41b39811918a93d07daf683e737f787e1153bc3c703ea5996
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 56393774207e40dcc075bfe6c0882ae2d64e2edc24047b31ff22f998fec10945
[INFO] running `Command { std: "docker" "start" "-a" "56393774207e40dcc075bfe6c0882ae2d64e2edc24047b31ff22f998fec10945", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.39s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rivvo-946dac0ea43d9f9e)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rivvo-ecee18e97bb6c8bd)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/api_tests.rs (/opt/rustwide/target/debug/deps/api_tests-907ce3760fe8c7b4)
[INFO] [stdout] 
[INFO] [stdout] running 37 tests
[INFO] [stdout] test assign_and_remove_tag_from_post ... FAILED
[INFO] [stdout] test list_posts_with_sort_and_filter ... FAILED
[INFO] [stdout] test create_and_get_post ... FAILED
[INFO] [stdout] test comment_increments_post_count ... FAILED
[INFO] [stdout] test delete_others_comment_returns_403 ... FAILED
[INFO] [stdout] test me_without_token_returns_401 ... FAILED
[INFO] [stdout] test create_and_list_tags ... FAILED
[INFO] [stdout] test create_and_list_comments ... FAILED
[INFO] [stdout] test delete_board ... FAILED
[INFO] [stdout] test create_board_as_admin ... FAILED
[INFO] [stdout] test full_workflow ... FAILED
[INFO] [stdout] test delete_own_comment ... FAILED
[INFO] [stdout] test delete_post_by_author ... FAILED
[INFO] [stdout] test list_boards ... FAILED
[INFO] [stdout] test get_nonexistent_board_returns_404 ... FAILED
[INFO] [stdout] test delete_tag ... FAILED
[INFO] [stdout] test get_board_by_slug ... FAILED
[INFO] [stdout] test login_returns_token ... FAILED
[INFO] [stdout] test update_post_by_author ... FAILED
[INFO] [stdout] test me_returns_current_user ... FAILED
[INFO] [stdout] test create_board_as_member_returns_403 ... FAILED
[INFO] [stdout] test member_cannot_create_tag ... FAILED
[INFO] [stdout] test member_comment_not_admin_reply ... FAILED
[INFO] [stdout] test register_creates_org_automatically ... FAILED
[INFO] [stdout] test multiple_users_can_vote ... FAILED
[INFO] [stdout] test register_duplicate_email_fails ... FAILED
[INFO] [stdout] test register_validation_rejects_invalid_email ... FAILED
[INFO] [stdout] test tag_default_color ... FAILED
[INFO] [stdout] test login_wrong_password_returns_401 ... FAILED
[INFO] [stdout] test register_returns_token_and_user ... FAILED
[INFO] [stdout] test register_validation_rejects_short_password ... FAILED
[INFO] [stdout] test update_board ... FAILED
[INFO] [stdout] test update_post_by_non_author_non_admin_returns_403 ... FAILED
[INFO] [stdout] test update_status_as_admin ... FAILED
[INFO] [stdout] test update_status_as_member_returns_403 ... FAILED
[INFO] [stdout] test toggle_vote_on_and_off ... FAILED
[INFO] [stdout] test update_status_invalid_value_returns_400 ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- assign_and_remove_tag_from_post stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'assign_and_remove_tag_from_post' (19) panicked at tests/common/mod.rs:22:45:
[INFO] [stdout] DATABASE_URL must be set for tests: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5eeedafd5828 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5eeedafd5828 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5eeedafed41a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5eeedafed41a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x5eeedafda722 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5eeedafda722 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5eeedafb38b6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5eeedafb38b6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5eeedafcd729 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5eeeda74c84c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x5eeeda74c84c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5eeedafcd9a2 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x5eeedafcd9a2 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5eeedafb3972 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5eeedafa88b9 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5eeedafb48ed - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5eeedafedc8c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5eeedafed9d2 - core[28b146924c2f19c6]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1872:5
[INFO] [stdout]   20:     0x5eeeda3f7ace - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::string::String, std[929523f510218772]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5eeeda416a5a - api_tests[d359dfa8e944e9ce]::common::create_pool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/common/mod.rs:22:45
[INFO] [stdout]   22:     0x5eeeda374eb3 - api_tests[d359dfa8e944e9ce]::assign_and_remove_tag_from_post::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:838:38
[INFO] [stdout]   23:     0x5eeeda48fdff - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::assign_and_remove_tag_from_post::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1076:44
[INFO] [stdout]   24:     0x5eeeda487b90 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::assign_and_remove_tag_from_post::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:827:13
[INFO] [stdout]   25:     0x5eeeda31efc5 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::try_with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::assign_and_remove_tag_from_post::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   26:     0x5eeeda31d2ee - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::assign_and_remove_tag_from_post::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   27:     0x5eeeda482fb6 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::assign_and_remove_tag_from_post::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:825:17
[INFO] [stdout]   28:     0x5eeeda4936c6 - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::assign_and_remove_tag_from_post::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1066:22
[INFO] [stdout]   29:     0x5eeeda48c203 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until::<api_tests[d359dfa8e944e9ce]::assign_and_remove_tag_from_post::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:723:19
[INFO] [stdout]   30:     0x5eeeda40bded - <core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::assign_and_remove_tag_from_post::{closure#0}>::{closure#0}>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x5eeeda40c72d - <core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::assign_and_remove_tag_from_post::{closure#0}>::{closure#0}>>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x5eeeda31b9fd - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::assign_and_remove_tag_from_post::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   33:     0x5eeeda31639b - tokio[a5673302f22d9ac5]::task::coop::with_budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::assign_and_remove_tag_from_post::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   34:     0x5eeeda31639b - tokio[a5673302f22d9ac5]::task::coop::budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::assign_and_remove_tag_from_post::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   35:     0x5eeeda31639b - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::assign_and_remove_tag_from_post::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   36:     0x5eeeda295470 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Context>::enter::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::assign_and_remove_tag_from_post::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   37:     0x5eeeda2ef7dd - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::assign_and_remove_tag_from_post::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   38:     0x5eeeda2df044 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::assign_and_remove_tag_from_post::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   39:     0x5eeeda43883b - <tokio[a5673302f22d9ac5]::runtime::context::scoped::Scoped<tokio[a5673302f22d9ac5]::runtime::scheduler::Context>>::set::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::assign_and_remove_tag_from_post::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   40:     0x5eeeda466339 - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::assign_and_remove_tag_from_post::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   41:     0x5eeeda328092 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::try_with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::assign_and_remove_tag_from_post::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   42:     0x5eeeda3204fe - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::assign_and_remove_tag_from_post::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   43:     0x5eeeda462a4d - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::assign_and_remove_tag_from_post::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   44:     0x5eeeda2ba590 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::assign_and_remove_tag_from_post::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   45:     0x5eeeda2c7e26 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::assign_and_remove_tag_from_post::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   46:     0x5eeeda2ce8a0 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::assign_and_remove_tag_from_post::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   47:     0x5eeeda3d4a33 - tokio[a5673302f22d9ac5]::runtime::context::runtime::enter_runtime::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::assign_and_remove_tag_from_post::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   48:     0x5eeeda28dcb3 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::assign_and_remove_tag_from_post::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   49:     0x5eeeda470341 - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on_inner::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::assign_and_remove_tag_from_post::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   50:     0x5eeeda47942b - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::assign_and_remove_tag_from_post::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   51:     0x5eeeda4840d9 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::block_on::<api_tests[d359dfa8e944e9ce]::assign_and_remove_tag_from_post::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:680:12
[INFO] [stdout]   52:     0x5eeeda481b67 - <actix_rt[41e5c3aece9afc0d]::runtime::Runtime>::block_on::<api_tests[d359dfa8e944e9ce]::assign_and_remove_tag_from_post::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/runtime.rs:138:20
[INFO] [stdout]   53:     0x5eeeda482607 - <actix_rt[41e5c3aece9afc0d]::system::SystemRunner>::block_on::<api_tests[d359dfa8e944e9ce]::assign_and_remove_tag_from_post::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/system.rs:240:17
[INFO] [stdout]   54:     0x5eeeda38a118 - api_tests[d359dfa8e944e9ce]::assign_and_remove_tag_from_post
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:836:1
[INFO] [stdout]   55:     0x5eeeda34a3c7 - api_tests[d359dfa8e944e9ce]::assign_and_remove_tag_from_post::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:837:43
[INFO] [stdout]   56:     0x5eeeda3a1a06 - <api_tests[d359dfa8e944e9ce]::assign_and_remove_tag_from_post::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5eeeda73f92b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x5eeeda73f92b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   59:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   60:     0x5eeeda74d1a5 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   61:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   62:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   63:     0x5eeeda74d1a5 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   65:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   66:     0x5eeeda747d04 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   67:     0x5eeeda747d04 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   68:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   69:     0x5eeeda750222 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x5eeeda750222 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   74:     0x5eeeda750222 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   75:     0x5eeedafd4f8f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   76:     0x5eeedafd4f8f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   77:     0x73a82e0d6aa4 - <unknown>
[INFO] [stdout]   78:     0x73a82e163a64 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- list_posts_with_sort_and_filter stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'list_posts_with_sort_and_filter' (35) panicked at tests/common/mod.rs:22:45:
[INFO] [stdout] DATABASE_URL must be set for tests: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5eeedafd5828 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5eeedafd5828 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5eeedafed41a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5eeedafed41a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x5eeedafda722 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5eeedafda722 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5eeedafb38b6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5eeedafb38b6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5eeedafcd729 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5eeeda74c84c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x5eeeda74c84c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5eeedafcd9a2 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x5eeedafcd9a2 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5eeedafb3972 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5eeedafa88b9 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5eeedafb48ed - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5eeedafedc8c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5eeedafed9d2 - core[28b146924c2f19c6]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1872:5
[INFO] [stdout]   20:     0x5eeeda3f7ace - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::string::String, std[929523f510218772]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5eeeda416a5a - api_tests[d359dfa8e944e9ce]::common::create_pool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/common/mod.rs:22:45
[INFO] [stdout]   22:     0x5eeeda378536 - api_tests[d359dfa8e944e9ce]::list_posts_with_sort_and_filter::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:393:38
[INFO] [stdout]   23:     0x5eeeda48ff3f - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::list_posts_with_sort_and_filter::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1076:44
[INFO] [stdout]   24:     0x5eeeda487c80 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::list_posts_with_sort_and_filter::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:827:13
[INFO] [stdout]   25:     0x5eeeda31f0c5 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::try_with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::list_posts_with_sort_and_filter::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   26:     0x5eeeda31d33e - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::list_posts_with_sort_and_filter::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   27:     0x5eeeda482ff6 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::list_posts_with_sort_and_filter::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:825:17
[INFO] [stdout]   28:     0x5eeeda493716 - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::list_posts_with_sort_and_filter::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1066:22
[INFO] [stdout]   29:     0x5eeeda48c463 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until::<api_tests[d359dfa8e944e9ce]::list_posts_with_sort_and_filter::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:723:19
[INFO] [stdout]   30:     0x5eeeda40be2d - <core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::list_posts_with_sort_and_filter::{closure#0}>::{closure#0}>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x5eeeda40c76d - <core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::list_posts_with_sort_and_filter::{closure#0}>::{closure#0}>>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x5eeeda31ba3d - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::list_posts_with_sort_and_filter::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   33:     0x5eeeda31653b - tokio[a5673302f22d9ac5]::task::coop::with_budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::list_posts_with_sort_and_filter::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   34:     0x5eeeda31653b - tokio[a5673302f22d9ac5]::task::coop::budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::list_posts_with_sort_and_filter::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   35:     0x5eeeda31653b - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::list_posts_with_sort_and_filter::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   36:     0x5eeeda295790 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Context>::enter::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::list_posts_with_sort_and_filter::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   37:     0x5eeeda2f027d - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::list_posts_with_sort_and_filter::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   38:     0x5eeeda2df064 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::list_posts_with_sort_and_filter::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   39:     0x5eeeda43898b - <tokio[a5673302f22d9ac5]::runtime::context::scoped::Scoped<tokio[a5673302f22d9ac5]::runtime::scheduler::Context>>::set::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::list_posts_with_sort_and_filter::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   40:     0x5eeeda466379 - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::list_posts_with_sort_and_filter::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   41:     0x5eeeda3281d2 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::try_with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::list_posts_with_sort_and_filter::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   42:     0x5eeeda32055e - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::list_posts_with_sort_and_filter::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   43:     0x5eeeda462a8d - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::list_posts_with_sort_and_filter::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   44:     0x5eeeda2ba9b0 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::list_posts_with_sort_and_filter::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   45:     0x5eeeda2c7ea6 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::list_posts_with_sort_and_filter::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   46:     0x5eeeda2cebf0 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::list_posts_with_sort_and_filter::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   47:     0x5eeeda3d4ba3 - tokio[a5673302f22d9ac5]::runtime::context::runtime::enter_runtime::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::list_posts_with_sort_and_filter::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   48:     0x5eeeda28dd63 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::list_posts_with_sort_and_filter::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   49:     0x5eeeda470451 - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on_inner::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::list_posts_with_sort_and_filter::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   50:     0x5eeeda4796db - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::list_posts_with_sort_and_filter::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   51:     0x5eeeda48417b - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::block_on::<api_tests[d359dfa8e944e9ce]::list_posts_with_sort_and_filter::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:680:12
[INFO] [stdout]   52:     0x5eeeda481bb5 - <actix_rt[41e5c3aece9afc0d]::runtime::Runtime>::block_on::<api_tests[d359dfa8e944e9ce]::list_posts_with_sort_and_filter::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/runtime.rs:138:20
[INFO] [stdout]   53:     0x5eeeda482649 - <actix_rt[41e5c3aece9afc0d]::system::SystemRunner>::block_on::<api_tests[d359dfa8e944e9ce]::list_posts_with_sort_and_filter::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/system.rs:240:17
[INFO] [stdout]   54:     0x5eeeda38a1a6 - api_tests[d359dfa8e944e9ce]::list_posts_with_sort_and_filter
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:391:1
[INFO] [stdout]   55:     0x5eeeda34a3f7 - api_tests[d359dfa8e944e9ce]::list_posts_with_sort_and_filter::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:392:43
[INFO] [stdout]   56:     0x5eeeda3a1a46 - <api_tests[d359dfa8e944e9ce]::list_posts_with_sort_and_filter::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5eeeda73f92b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x5eeeda73f92b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   59:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   60:     0x5eeeda74d1a5 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   61:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   62:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   63:     0x5eeeda74d1a5 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   65:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   66:     0x5eeeda747d04 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   67:     0x5eeeda747d04 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   68:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   69:     0x5eeeda750222 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x5eeeda750222 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   74:     0x5eeeda750222 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   75:     0x5eeedafd4f8f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   76:     0x5eeedafd4f8f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   77:     0x73a82e0d6aa4 - <unknown>
[INFO] [stdout]   78:     0x73a82e163a64 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- create_and_get_post stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'create_and_get_post' (21) panicked at tests/common/mod.rs:22:45:
[INFO] [stdout] DATABASE_URL must be set for tests: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5eeedafd5828 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5eeedafd5828 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5eeedafed41a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5eeedafed41a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x5eeedafda722 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5eeedafda722 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5eeedafb38b6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5eeedafb38b6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5eeedafcd729 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5eeeda74c84c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x5eeeda74c84c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5eeedafcd9a2 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x5eeedafcd9a2 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5eeedafb3972 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5eeedafa88b9 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5eeedafb48ed - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5eeedafedc8c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5eeedafed9d2 - core[28b146924c2f19c6]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1872:5
[INFO] [stdout]   20:     0x5eeeda3f7ace - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::string::String, std[929523f510218772]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5eeeda416a5a - api_tests[d359dfa8e944e9ce]::common::create_pool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/common/mod.rs:22:45
[INFO] [stdout]   22:     0x5eeeda35a574 - api_tests[d359dfa8e944e9ce]::create_and_get_post::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:357:38
[INFO] [stdout]   23:     0x5eeeda48e9ff - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::create_and_get_post::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1076:44
[INFO] [stdout]   24:     0x5eeeda486c90 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::create_and_get_post::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:827:13
[INFO] [stdout]   25:     0x5eeeda31dfc5 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::try_with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::create_and_get_post::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   26:     0x5eeeda31cdee - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::create_and_get_post::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   27:     0x5eeeda482bb6 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::create_and_get_post::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:825:17
[INFO] [stdout]   28:     0x5eeeda4931c6 - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::create_and_get_post::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1066:22
[INFO] [stdout]   29:     0x5eeeda489c03 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until::<api_tests[d359dfa8e944e9ce]::create_and_get_post::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:723:19
[INFO] [stdout]   30:     0x5eeeda40b9ed - <core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_get_post::{closure#0}>::{closure#0}>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x5eeeda40c32d - <core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_get_post::{closure#0}>::{closure#0}>>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x5eeeda31b5fd - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_get_post::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   33:     0x5eeeda31499b - tokio[a5673302f22d9ac5]::task::coop::with_budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_get_post::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   34:     0x5eeeda31499b - tokio[a5673302f22d9ac5]::task::coop::budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_get_post::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   35:     0x5eeeda31499b - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_get_post::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   36:     0x5eeeda292270 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Context>::enter::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_get_post::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   37:     0x5eeeda2e4ddd - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_get_post::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   38:     0x5eeeda2dee44 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_get_post::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   39:     0x5eeeda43733b - <tokio[a5673302f22d9ac5]::runtime::context::scoped::Scoped<tokio[a5673302f22d9ac5]::runtime::scheduler::Context>>::set::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_get_post::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   40:     0x5eeeda465f39 - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_get_post::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   41:     0x5eeeda326c92 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::try_with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_get_post::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   42:     0x5eeeda31fefe - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_get_post::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   43:     0x5eeeda46264d - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_get_post::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   44:     0x5eeeda2b6390 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_get_post::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   45:     0x5eeeda2c7626 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_get_post::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   46:     0x5eeeda2cb3a0 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_get_post::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   47:     0x5eeeda3d3333 - tokio[a5673302f22d9ac5]::runtime::context::runtime::enter_runtime::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_get_post::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   48:     0x5eeeda28d1b3 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_get_post::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   49:     0x5eeeda46f241 - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on_inner::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_get_post::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   50:     0x5eeeda47692b - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_get_post::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   51:     0x5eeeda4837cd - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::block_on::<api_tests[d359dfa8e944e9ce]::create_and_get_post::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:680:12
[INFO] [stdout]   52:     0x5eeeda481667 - <actix_rt[41e5c3aece9afc0d]::runtime::Runtime>::block_on::<api_tests[d359dfa8e944e9ce]::create_and_get_post::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/runtime.rs:138:20
[INFO] [stdout]   53:     0x5eeeda4821b7 - <actix_rt[41e5c3aece9afc0d]::system::SystemRunner>::block_on::<api_tests[d359dfa8e944e9ce]::create_and_get_post::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/system.rs:240:17
[INFO] [stdout]   54:     0x5eeeda389868 - api_tests[d359dfa8e944e9ce]::create_and_get_post
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:355:1
[INFO] [stdout]   55:     0x5eeeda34a0c7 - api_tests[d359dfa8e944e9ce]::create_and_get_post::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:356:31
[INFO] [stdout]   56:     0x5eeeda3a1606 - <api_tests[d359dfa8e944e9ce]::create_and_get_post::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5eeeda73f92b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x5eeeda73f92b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   59:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   60:     0x5eeeda74d1a5 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   61:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   62:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   63:     0x5eeeda74d1a5 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   65:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   66:     0x5eeeda747d04 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   67:     0x5eeeda747d04 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   68:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   69:     0x5eeeda750222 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x5eeeda750222 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   74:     0x5eeeda750222 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   75:     0x5eeedafd4f8f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   76:     0x5eeedafd4f8f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   77:     0x73a82e0d6aa4 - <unknown>
[INFO] [stdout]   78:     0x73a82e163a64 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- comment_increments_post_count stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'comment_increments_post_count' (20) panicked at tests/common/mod.rs:22:45:
[INFO] [stdout] DATABASE_URL must be set for tests: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5eeedafd5828 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5eeedafd5828 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5eeedafed41a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5eeedafed41a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x5eeedafda722 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5eeedafda722 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5eeedafb38b6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5eeedafb38b6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5eeedafcd729 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5eeeda74c84c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x5eeeda74c84c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5eeedafcd9a2 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x5eeedafcd9a2 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5eeedafb3972 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5eeedafa88b9 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5eeedafb48ed - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5eeedafedc8c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5eeedafed9d2 - core[28b146924c2f19c6]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1872:5
[INFO] [stdout]   20:     0x5eeeda3f7ace - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::string::String, std[929523f510218772]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5eeeda416a5a - api_tests[d359dfa8e944e9ce]::common::create_pool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/common/mod.rs:22:45
[INFO] [stdout]   22:     0x5eeeda36fd4e - api_tests[d359dfa8e944e9ce]::comment_increments_post_count::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:732:38
[INFO] [stdout]   23:     0x5eeeda48fa3f - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::comment_increments_post_count::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1076:44
[INFO] [stdout]   24:     0x5eeeda4878c0 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::comment_increments_post_count::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:827:13
[INFO] [stdout]   25:     0x5eeeda31ecc5 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::try_with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::comment_increments_post_count::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   26:     0x5eeeda31d1fe - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::comment_increments_post_count::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   27:     0x5eeeda482ef6 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::comment_increments_post_count::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:825:17
[INFO] [stdout]   28:     0x5eeeda4935d6 - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::comment_increments_post_count::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1066:22
[INFO] [stdout]   29:     0x5eeeda48bae3 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until::<api_tests[d359dfa8e944e9ce]::comment_increments_post_count::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:723:19
[INFO] [stdout]   30:     0x5eeeda40bd2d - <core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::comment_increments_post_count::{closure#0}>::{closure#0}>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x5eeeda40c66d - <core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::comment_increments_post_count::{closure#0}>::{closure#0}>>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x5eeeda31b93d - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::comment_increments_post_count::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   33:     0x5eeeda315ebb - tokio[a5673302f22d9ac5]::task::coop::with_budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::comment_increments_post_count::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   34:     0x5eeeda315ebb - tokio[a5673302f22d9ac5]::task::coop::budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::comment_increments_post_count::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   35:     0x5eeeda315ebb - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::comment_increments_post_count::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   36:     0x5eeeda294b10 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Context>::enter::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::comment_increments_post_count::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   37:     0x5eeeda2ed7fd - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::comment_increments_post_count::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   38:     0x5eeeda2defe4 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::comment_increments_post_count::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   39:     0x5eeeda43844b - <tokio[a5673302f22d9ac5]::runtime::context::scoped::Scoped<tokio[a5673302f22d9ac5]::runtime::scheduler::Context>>::set::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::comment_increments_post_count::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   40:     0x5eeeda466279 - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::comment_increments_post_count::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   41:     0x5eeeda327cd2 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::try_with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::comment_increments_post_count::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   42:     0x5eeeda3203de - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::comment_increments_post_count::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   43:     0x5eeeda46298d - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::comment_increments_post_count::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   44:     0x5eeeda2b9930 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::comment_increments_post_count::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   45:     0x5eeeda2c7ca6 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::comment_increments_post_count::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   46:     0x5eeeda2cdeb0 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::comment_increments_post_count::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   47:     0x5eeeda3d45e3 - tokio[a5673302f22d9ac5]::runtime::context::runtime::enter_runtime::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::comment_increments_post_count::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   48:     0x5eeeda28daa3 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::comment_increments_post_count::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   49:     0x5eeeda470011 - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on_inner::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::comment_increments_post_count::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   50:     0x5eeeda478c1b - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::comment_increments_post_count::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   51:     0x5eeeda483f1d - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::block_on::<api_tests[d359dfa8e944e9ce]::comment_increments_post_count::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:680:12
[INFO] [stdout]   52:     0x5eeeda481a77 - <actix_rt[41e5c3aece9afc0d]::runtime::Runtime>::block_on::<api_tests[d359dfa8e944e9ce]::comment_increments_post_count::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/runtime.rs:138:20
[INFO] [stdout]   53:     0x5eeeda482547 - <actix_rt[41e5c3aece9afc0d]::system::SystemRunner>::block_on::<api_tests[d359dfa8e944e9ce]::comment_increments_post_count::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/system.rs:240:17
[INFO] [stdout]   54:     0x5eeeda389f68 - api_tests[d359dfa8e944e9ce]::comment_increments_post_count
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:730:1
[INFO] [stdout]   55:     0x5eeeda34a337 - api_tests[d359dfa8e944e9ce]::comment_increments_post_count::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:731:41
[INFO] [stdout]   56:     0x5eeeda3a1946 - <api_tests[d359dfa8e944e9ce]::comment_increments_post_count::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5eeeda73f92b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x5eeeda73f92b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   59:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   60:     0x5eeeda74d1a5 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   61:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   62:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   63:     0x5eeeda74d1a5 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   65:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   66:     0x5eeeda747d04 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   67:     0x5eeeda747d04 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   68:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   69:     0x5eeeda750222 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x5eeeda750222 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   74:     0x5eeeda750222 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   75:     0x5eeedafd4f8f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   76:     0x5eeedafd4f8f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   77:     0x73a82e0d6aa4 - <unknown>
[INFO] [stdout]   78:     0x73a82e163a64 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- delete_others_comment_returns_403 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'delete_others_comment_returns_403' (27) panicked at tests/common/mod.rs:22:45:
[INFO] [stdout] DATABASE_URL must be set for tests: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5eeedafd5828 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5eeedafd5828 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5eeedafed41a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5eeedafed41a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x5eeedafda722 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5eeedafda722 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5eeedafb38b6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5eeedafb38b6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5eeedafcd729 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5eeeda74c84c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x5eeeda74c84c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5eeedafcd9a2 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x5eeedafcd9a2 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5eeedafb3972 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5eeedafa88b9 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5eeedafb48ed - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5eeedafedc8c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5eeedafed9d2 - core[28b146924c2f19c6]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1872:5
[INFO] [stdout]   20:     0x5eeeda3f7ace - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::string::String, std[929523f510218772]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5eeeda416a5a - api_tests[d359dfa8e944e9ce]::common::create_pool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/common/mod.rs:22:45
[INFO] [stdout]   22:     0x5eeeda37e593 - api_tests[d359dfa8e944e9ce]::delete_others_comment_returns_403::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:702:38
[INFO] [stdout]   23:     0x5eeeda4902ff - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::delete_others_comment_returns_403::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1076:44
[INFO] [stdout]   24:     0x5eeeda487f50 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::delete_others_comment_returns_403::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:827:13
[INFO] [stdout]   25:     0x5eeeda31f3c5 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::try_with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::delete_others_comment_returns_403::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   26:     0x5eeeda31d42e - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::delete_others_comment_returns_403::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   27:     0x5eeeda4830b6 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::delete_others_comment_returns_403::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:825:17
[INFO] [stdout]   28:     0x5eeeda493806 - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::delete_others_comment_returns_403::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1066:22
[INFO] [stdout]   29:     0x5eeeda48cb83 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until::<api_tests[d359dfa8e944e9ce]::delete_others_comment_returns_403::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:723:19
[INFO] [stdout]   30:     0x5eeeda40beed - <core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_others_comment_returns_403::{closure#0}>::{closure#0}>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x5eeeda40c82d - <core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_others_comment_returns_403::{closure#0}>::{closure#0}>>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x5eeeda31bafd - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_others_comment_returns_403::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   33:     0x5eeeda316a1b - tokio[a5673302f22d9ac5]::task::coop::with_budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_others_comment_returns_403::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   34:     0x5eeeda316a1b - tokio[a5673302f22d9ac5]::task::coop::budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_others_comment_returns_403::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   35:     0x5eeeda316a1b - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_others_comment_returns_403::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   36:     0x5eeeda2960f0 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Context>::enter::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_others_comment_returns_403::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   37:     0x5eeeda2f225d - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_others_comment_returns_403::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   38:     0x5eeeda2df0c4 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_others_comment_returns_403::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   39:     0x5eeeda438d7b - <tokio[a5673302f22d9ac5]::runtime::context::scoped::Scoped<tokio[a5673302f22d9ac5]::runtime::scheduler::Context>>::set::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_others_comment_returns_403::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   40:     0x5eeeda466439 - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_others_comment_returns_403::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   41:     0x5eeeda328592 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::try_with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_others_comment_returns_403::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   42:     0x5eeeda32067e - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_others_comment_returns_403::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   43:     0x5eeeda462b4d - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_others_comment_returns_403::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   44:     0x5eeeda2bb610 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_others_comment_returns_403::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   45:     0x5eeeda2c8026 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_others_comment_returns_403::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   46:     0x5eeeda2cf5e0 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_others_comment_returns_403::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   47:     0x5eeeda3d4ff3 - tokio[a5673302f22d9ac5]::runtime::context::runtime::enter_runtime::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_others_comment_returns_403::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   48:     0x5eeeda28df73 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_others_comment_returns_403::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   49:     0x5eeeda470781 - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on_inner::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_others_comment_returns_403::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   50:     0x5eeeda479eeb - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_others_comment_returns_403::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   51:     0x5eeeda48432f - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::block_on::<api_tests[d359dfa8e944e9ce]::delete_others_comment_returns_403::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:680:12
[INFO] [stdout]   52:     0x5eeeda481ca5 - <actix_rt[41e5c3aece9afc0d]::runtime::Runtime>::block_on::<api_tests[d359dfa8e944e9ce]::delete_others_comment_returns_403::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/runtime.rs:138:20
[INFO] [stdout]   53:     0x5eeeda482729 - <actix_rt[41e5c3aece9afc0d]::system::SystemRunner>::block_on::<api_tests[d359dfa8e944e9ce]::delete_others_comment_returns_403::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/system.rs:240:17
[INFO] [stdout]   54:     0x5eeeda38a336 - api_tests[d359dfa8e944e9ce]::delete_others_comment_returns_403
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:700:1
[INFO] [stdout]   55:     0x5eeeda34a487 - api_tests[d359dfa8e944e9ce]::delete_others_comment_returns_403::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:701:45
[INFO] [stdout]   56:     0x5eeeda3a1b06 - <api_tests[d359dfa8e944e9ce]::delete_others_comment_returns_403::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5eeeda73f92b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x5eeeda73f92b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   59:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   60:     0x5eeeda74d1a5 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   61:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   62:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   63:     0x5eeeda74d1a5 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   65:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   66:     0x5eeeda747d04 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   67:     0x5eeeda747d04 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   68:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   69:     0x5eeeda750222 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x5eeeda750222 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   74:     0x5eeeda750222 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   75:     0x5eeedafd4f8f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   76:     0x5eeedafd4f8f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   77:     0x73a82e0d6aa4 - <unknown>
[INFO] [stdout]   78:     0x73a82e163a64 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- me_without_token_returns_401 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'me_without_token_returns_401' (39) panicked at tests/common/mod.rs:22:45:
[INFO] [stdout] DATABASE_URL must be set for tests: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5eeedafd5828 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5eeedafd5828 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5eeedafed41a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5eeedafed41a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x5eeedafda722 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5eeedafda722 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5eeedafb38b6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5eeedafb38b6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5eeedafcd729 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5eeeda74c84c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x5eeeda74c84c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5eeedafcd9a2 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x5eeedafcd9a2 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5eeedafb3972 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5eeedafa88b9 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5eeedafb48ed - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5eeedafedc8c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5eeedafed9d2 - core[28b146924c2f19c6]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1872:5
[INFO] [stdout]   20:     0x5eeeda3f7ace - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::string::String, std[929523f510218772]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5eeeda416a5a - api_tests[d359dfa8e944e9ce]::common::create_pool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/common/mod.rs:22:45
[INFO] [stdout]   22:     0x5eeeda36f4d1 - api_tests[d359dfa8e944e9ce]::me_without_token_returns_401::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:205:38
[INFO] [stdout]   23:     0x5eeeda48f8ff - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::me_without_token_returns_401::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1076:44
[INFO] [stdout]   24:     0x5eeeda4877d0 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::me_without_token_returns_401::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:827:13
[INFO] [stdout]   25:     0x5eeeda31ebc5 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::try_with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::me_without_token_returns_401::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   26:     0x5eeeda31d1ae - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::me_without_token_returns_401::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   27:     0x5eeeda482eb6 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::me_without_token_returns_401::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:825:17
[INFO] [stdout]   28:     0x5eeeda493586 - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::me_without_token_returns_401::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1066:22
[INFO] [stdout]   29:     0x5eeeda48b883 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until::<api_tests[d359dfa8e944e9ce]::me_without_token_returns_401::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:723:19
[INFO] [stdout]   30:     0x5eeeda40bced - <core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::me_without_token_returns_401::{closure#0}>::{closure#0}>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x5eeeda40c62d - <core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::me_without_token_returns_401::{closure#0}>::{closure#0}>>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x5eeeda31b8fd - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::me_without_token_returns_401::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   33:     0x5eeeda315d1b - tokio[a5673302f22d9ac5]::task::coop::with_budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::me_without_token_returns_401::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   34:     0x5eeeda315d1b - tokio[a5673302f22d9ac5]::task::coop::budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::me_without_token_returns_401::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   35:     0x5eeeda315d1b - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::me_without_token_returns_401::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   36:     0x5eeeda2947f0 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Context>::enter::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::me_without_token_returns_401::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   37:     0x5eeeda2ecd5d - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::me_without_token_returns_401::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   38:     0x5eeeda2defc4 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::me_without_token_returns_401::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   39:     0x5eeeda4382fb - <tokio[a5673302f22d9ac5]::runtime::context::scoped::Scoped<tokio[a5673302f22d9ac5]::runtime::scheduler::Context>>::set::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::me_without_token_returns_401::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   40:     0x5eeeda466239 - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::me_without_token_returns_401::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   41:     0x5eeeda327b92 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::try_with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::me_without_token_returns_401::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   42:     0x5eeeda32037e - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::me_without_token_returns_401::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   43:     0x5eeeda46294d - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::me_without_token_returns_401::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   44:     0x5eeeda2b9510 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::me_without_token_returns_401::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   45:     0x5eeeda2c7c26 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::me_without_token_returns_401::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   46:     0x5eeeda2cdb60 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::me_without_token_returns_401::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   47:     0x5eeeda3d4473 - tokio[a5673302f22d9ac5]::runtime::context::runtime::enter_runtime::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::me_without_token_returns_401::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   48:     0x5eeeda28d9f3 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::me_without_token_returns_401::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   49:     0x5eeeda46ff01 - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on_inner::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::me_without_token_returns_401::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   50:     0x5eeeda47896b - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::me_without_token_returns_401::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   51:     0x5eeeda483e8f - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::block_on::<api_tests[d359dfa8e944e9ce]::me_without_token_returns_401::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:680:12
[INFO] [stdout]   52:     0x5eeeda481a25 - <actix_rt[41e5c3aece9afc0d]::runtime::Runtime>::block_on::<api_tests[d359dfa8e944e9ce]::me_without_token_returns_401::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/runtime.rs:138:20
[INFO] [stdout]   53:     0x5eeeda4824f9 - <actix_rt[41e5c3aece9afc0d]::system::SystemRunner>::block_on::<api_tests[d359dfa8e944e9ce]::me_without_token_returns_401::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/system.rs:240:17
[INFO] [stdout]   54:     0x5eeeda389ee6 - api_tests[d359dfa8e944e9ce]::me_without_token_returns_401
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:203:1
[INFO] [stdout]   55:     0x5eeeda34a307 - api_tests[d359dfa8e944e9ce]::me_without_token_returns_401::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:204:40
[INFO] [stdout]   56:     0x5eeeda3a1906 - <api_tests[d359dfa8e944e9ce]::me_without_token_returns_401::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5eeeda73f92b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x5eeeda73f92b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   59:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   60:     0x5eeeda74d1a5 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   61:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   62:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   63:     0x5eeeda74d1a5 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   65:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   66:     0x5eeeda747d04 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   67:     0x5eeeda747d04 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   68:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   69:     0x5eeeda750222 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x5eeeda750222 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   74:     0x5eeeda750222 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   75:     0x5eeedafd4f8f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   76:     0x5eeedafd4f8f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   77:     0x73a82e0d6aa4 - <unknown>
[INFO] [stdout]   78:     0x73a82e163a64 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- create_and_list_tags stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'create_and_list_tags' (23) panicked at tests/common/mod.rs:22:45:
[INFO] [stdout] DATABASE_URL must be set for tests: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5eeedafd5828 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5eeedafd5828 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5eeedafed41a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5eeedafed41a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x5eeedafda722 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5eeedafda722 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5eeedafb38b6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5eeedafb38b6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5eeedafcd729 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5eeeda74c84c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x5eeeda74c84c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5eeedafcd9a2 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x5eeedafcd9a2 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5eeedafb3972 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5eeedafa88b9 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5eeedafb48ed - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5eeedafedc8c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5eeedafed9d2 - core[28b146924c2f19c6]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1872:5
[INFO] [stdout]   20:     0x5eeeda3f7ace - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::string::String, std[929523f510218772]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5eeeda416a5a - api_tests[d359dfa8e944e9ce]::common::create_pool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/common/mod.rs:22:45
[INFO] [stdout]   22:     0x5eeeda35ec64 - api_tests[d359dfa8e944e9ce]::create_and_list_tags::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:763:38
[INFO] [stdout]   23:     0x5eeeda48ec7f - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::create_and_list_tags::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1076:44
[INFO] [stdout]   24:     0x5eeeda486e70 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::create_and_list_tags::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:827:13
[INFO] [stdout]   25:     0x5eeeda31e1c5 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::try_with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::create_and_list_tags::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   26:     0x5eeeda31ce8e - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::create_and_list_tags::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   27:     0x5eeeda482c36 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::create_and_list_tags::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:825:17
[INFO] [stdout]   28:     0x5eeeda493266 - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::create_and_list_tags::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1066:22
[INFO] [stdout]   29:     0x5eeeda48a0c3 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until::<api_tests[d359dfa8e944e9ce]::create_and_list_tags::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:723:19
[INFO] [stdout]   30:     0x5eeeda40ba6d - <core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_list_tags::{closure#0}>::{closure#0}>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x5eeeda40c3ad - <core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_list_tags::{closure#0}>::{closure#0}>>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x5eeeda31b67d - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_list_tags::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   33:     0x5eeeda314cdb - tokio[a5673302f22d9ac5]::task::coop::with_budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_list_tags::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   34:     0x5eeeda314cdb - tokio[a5673302f22d9ac5]::task::coop::budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_list_tags::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   35:     0x5eeeda314cdb - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_list_tags::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   36:     0x5eeeda2928b0 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Context>::enter::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_list_tags::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   37:     0x5eeeda2e631d - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_list_tags::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   38:     0x5eeeda2dee84 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_list_tags::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   39:     0x5eeeda4375db - <tokio[a5673302f22d9ac5]::runtime::context::scoped::Scoped<tokio[a5673302f22d9ac5]::runtime::scheduler::Context>>::set::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_list_tags::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   40:     0x5eeeda465fb9 - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_list_tags::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   41:     0x5eeeda326f12 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::try_with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_list_tags::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   42:     0x5eeeda31ffbe - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_list_tags::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   43:     0x5eeeda4626cd - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_list_tags::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   44:     0x5eeeda2b6bd0 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_list_tags::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   45:     0x5eeeda2c7726 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_list_tags::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   46:     0x5eeeda2cba40 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_list_tags::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   47:     0x5eeeda3d3613 - tokio[a5673302f22d9ac5]::runtime::context::runtime::enter_runtime::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_list_tags::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   48:     0x5eeeda28d313 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_list_tags::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   49:     0x5eeeda46f461 - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on_inner::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_list_tags::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   50:     0x5eeeda476e8b - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_list_tags::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   51:     0x5eeeda4838ed - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::block_on::<api_tests[d359dfa8e944e9ce]::create_and_list_tags::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:680:12
[INFO] [stdout]   52:     0x5eeeda481707 - <actix_rt[41e5c3aece9afc0d]::runtime::Runtime>::block_on::<api_tests[d359dfa8e944e9ce]::create_and_list_tags::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/runtime.rs:138:20
[INFO] [stdout]   53:     0x5eeeda482237 - <actix_rt[41e5c3aece9afc0d]::system::SystemRunner>::block_on::<api_tests[d359dfa8e944e9ce]::create_and_list_tags::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/system.rs:240:17
[INFO] [stdout]   54:     0x5eeeda389988 - api_tests[d359dfa8e944e9ce]::create_and_list_tags
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:761:1
[INFO] [stdout]   55:     0x5eeeda34a127 - api_tests[d359dfa8e944e9ce]::create_and_list_tags::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:762:32
[INFO] [stdout]   56:     0x5eeeda3a1686 - <api_tests[d359dfa8e944e9ce]::create_and_list_tags::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5eeeda73f92b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x5eeeda73f92b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   59:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   60:     0x5eeeda74d1a5 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   61:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   62:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   63:     0x5eeeda74d1a5 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   65:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   66:     0x5eeeda747d04 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   67:     0x5eeeda747d04 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   68:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   69:     0x5eeeda750222 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x5eeeda750222 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   74:     0x5eeeda750222 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   75:     0x5eeedafd4f8f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   76:     0x5eeedafd4f8f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   77:     0x73a82e0d6aa4 - <unknown>
[INFO] [stdout]   78:     0x73a82e163a64 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- create_and_list_comments stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'create_and_list_comments' (22) panicked at tests/common/mod.rs:22:45:
[INFO] [stdout] DATABASE_URL must be set for tests: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5eeedafd5828 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5eeedafd5828 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5eeedafed41a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5eeedafed41a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x5eeedafda722 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5eeedafda722 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5eeedafb38b6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5eeedafb38b6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5eeedafcd729 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5eeeda74c84c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x5eeeda74c84c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5eeedafcd9a2 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x5eeedafcd9a2 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5eeedafb3972 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5eeedafa88b9 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5eeedafb48ed - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5eeedafedc8c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5eeedafed9d2 - core[28b146924c2f19c6]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1872:5
[INFO] [stdout]   20:     0x5eeeda3f7ace - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::string::String, std[929523f510218772]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5eeeda416a5a - api_tests[d359dfa8e944e9ce]::common::create_pool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/common/mod.rs:22:45
[INFO] [stdout]   22:     0x5eeeda36bc21 - api_tests[d359dfa8e944e9ce]::create_and_list_comments::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:621:38
[INFO] [stdout]   23:     0x5eeeda48f67f - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::create_and_list_comments::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1076:44
[INFO] [stdout]   24:     0x5eeeda4875f0 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::create_and_list_comments::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:827:13
[INFO] [stdout]   25:     0x5eeeda31e9c5 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::try_with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::create_and_list_comments::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   26:     0x5eeeda31d10e - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::create_and_list_comments::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   27:     0x5eeeda482e36 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::create_and_list_comments::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:825:17
[INFO] [stdout]   28:     0x5eeeda4934e6 - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::create_and_list_comments::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1066:22
[INFO] [stdout]   29:     0x5eeeda48b3c3 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until::<api_tests[d359dfa8e944e9ce]::create_and_list_comments::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:723:19
[INFO] [stdout]   30:     0x5eeeda40bc6d - <core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_list_comments::{closure#0}>::{closure#0}>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x5eeeda40c5ad - <core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_list_comments::{closure#0}>::{closure#0}>>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x5eeeda31b87d - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_list_comments::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   33:     0x5eeeda3159db - tokio[a5673302f22d9ac5]::task::coop::with_budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_list_comments::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   34:     0x5eeeda3159db - tokio[a5673302f22d9ac5]::task::coop::budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_list_comments::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   35:     0x5eeeda3159db - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_list_comments::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   36:     0x5eeeda2941b0 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Context>::enter::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_list_comments::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   37:     0x5eeeda2eb81d - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_list_comments::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   38:     0x5eeeda2def84 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_list_comments::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   39:     0x5eeeda43805b - <tokio[a5673302f22d9ac5]::runtime::context::scoped::Scoped<tokio[a5673302f22d9ac5]::runtime::scheduler::Context>>::set::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_list_comments::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   40:     0x5eeeda4661b9 - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_list_comments::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   41:     0x5eeeda327912 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::try_with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_list_comments::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   42:     0x5eeeda3202be - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_list_comments::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   43:     0x5eeeda4628cd - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_list_comments::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   44:     0x5eeeda2b8cd0 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_list_comments::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   45:     0x5eeeda2c7b26 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_list_comments::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   46:     0x5eeeda2cd4c0 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_list_comments::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   47:     0x5eeeda3d4193 - tokio[a5673302f22d9ac5]::runtime::context::runtime::enter_runtime::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_list_comments::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   48:     0x5eeeda28d893 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_list_comments::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   49:     0x5eeeda46fce1 - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on_inner::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_list_comments::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   50:     0x5eeeda47840b - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_and_list_comments::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   51:     0x5eeeda483d6d - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::block_on::<api_tests[d359dfa8e944e9ce]::create_and_list_comments::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:680:12
[INFO] [stdout]   52:     0x5eeeda481987 - <actix_rt[41e5c3aece9afc0d]::runtime::Runtime>::block_on::<api_tests[d359dfa8e944e9ce]::create_and_list_comments::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/runtime.rs:138:20
[INFO] [stdout]   53:     0x5eeeda482477 - <actix_rt[41e5c3aece9afc0d]::system::SystemRunner>::block_on::<api_tests[d359dfa8e944e9ce]::create_and_list_comments::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/system.rs:240:17
[INFO] [stdout]   54:     0x5eeeda389dc8 - api_tests[d359dfa8e944e9ce]::create_and_list_comments
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:619:1
[INFO] [stdout]   55:     0x5eeeda34a2a7 - api_tests[d359dfa8e944e9ce]::create_and_list_comments::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:620:36
[INFO] [stdout]   56:     0x5eeeda3a1886 - <api_tests[d359dfa8e944e9ce]::create_and_list_comments::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5eeeda73f92b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x5eeeda73f92b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   59:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   60:     0x5eeeda74d1a5 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   61:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   62:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   63:     0x5eeeda74d1a5 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   65:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   66:     0x5eeeda747d04 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   67:     0x5eeeda747d04 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   68:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   69:     0x5eeeda750222 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x5eeeda750222 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   74:     0x5eeeda750222 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   75:     0x5eeedafd4f8f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   76:     0x5eeedafd4f8f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   77:     0x73a82e0d6aa4 - <unknown>
[INFO] [stdout]   78:     0x73a82e163a64 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- delete_board stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'delete_board' (26) panicked at tests/common/mod.rs:22:45:
[INFO] [stdout] DATABASE_URL must be set for tests: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5eeedafd5828 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5eeedafd5828 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5eeedafed41a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5eeedafed41a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x5eeedafda722 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5eeedafda722 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5eeedafb38b6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5eeedafb38b6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5eeedafcd729 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5eeeda74c84c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x5eeeda74c84c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5eeedafcd9a2 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x5eeedafcd9a2 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5eeedafb3972 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5eeedafa88b9 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5eeedafb48ed - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5eeedafedc8c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5eeedafed9d2 - core[28b146924c2f19c6]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1872:5
[INFO] [stdout]   20:     0x5eeeda3f7ace - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::string::String, std[929523f510218772]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5eeeda416a5a - api_tests[d359dfa8e944e9ce]::common::create_pool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/common/mod.rs:22:45
[INFO] [stdout]   22:     0x5eeeda34db55 - api_tests[d359dfa8e944e9ce]::delete_board::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:322:38
[INFO] [stdout]   23:     0x5eeeda48e27f - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::delete_board::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1076:44
[INFO] [stdout]   24:     0x5eeeda4866f0 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::delete_board::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:827:13
[INFO] [stdout]   25:     0x5eeeda31d9c5 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::try_with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::delete_board::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   26:     0x5eeeda31cc0e - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::delete_board::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   27:     0x5eeeda482a36 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::delete_board::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:825:17
[INFO] [stdout]   28:     0x5eeeda492fe6 - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::delete_board::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1066:22
[INFO] [stdout]   29:     0x5eeeda488dc3 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until::<api_tests[d359dfa8e944e9ce]::delete_board::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:723:19
[INFO] [stdout]   30:     0x5eeeda40b86d - <core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_board::{closure#0}>::{closure#0}>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x5eeeda40c1ad - <core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_board::{closure#0}>::{closure#0}>>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x5eeeda31b47d - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_board::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   33:     0x5eeeda313fdb - tokio[a5673302f22d9ac5]::task::coop::with_budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_board::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   34:     0x5eeeda313fdb - tokio[a5673302f22d9ac5]::task::coop::budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_board::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   35:     0x5eeeda313fdb - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_board::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   36:     0x5eeeda290fb0 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Context>::enter::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_board::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   37:     0x5eeeda2e0e1d - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_board::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   38:     0x5eeeda2ded84 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_board::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   39:     0x5eeeda436b5b - <tokio[a5673302f22d9ac5]::runtime::context::scoped::Scoped<tokio[a5673302f22d9ac5]::runtime::scheduler::Context>>::set::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_board::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   40:     0x5eeeda465db9 - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_board::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   41:     0x5eeeda326512 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::try_with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_board::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   42:     0x5eeeda31fcbe - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_board::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   43:     0x5eeeda4624cd - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_board::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   44:     0x5eeeda2b4ad0 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_board::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   45:     0x5eeeda2c7326 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_board::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   46:     0x5eeeda2c9fc0 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_board::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   47:     0x5eeeda3d2a93 - tokio[a5673302f22d9ac5]::runtime::context::runtime::enter_runtime::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_board::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   48:     0x5eeeda28cd93 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_board::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   49:     0x5eeeda46ebe1 - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on_inner::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_board::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   50:     0x5eeeda4758fb - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_board::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   51:     0x5eeeda48345f - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::block_on::<api_tests[d359dfa8e944e9ce]::delete_board::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:680:12
[INFO] [stdout]   52:     0x5eeeda481485 - <actix_rt[41e5c3aece9afc0d]::runtime::Runtime>::block_on::<api_tests[d359dfa8e944e9ce]::delete_board::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/runtime.rs:138:20
[INFO] [stdout]   53:     0x5eeeda481fe9 - <actix_rt[41e5c3aece9afc0d]::system::SystemRunner>::block_on::<api_tests[d359dfa8e944e9ce]::delete_board::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/system.rs:240:17
[INFO] [stdout]   54:     0x5eeeda389556 - api_tests[d359dfa8e944e9ce]::delete_board
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:320:1
[INFO] [stdout]   55:     0x5eeeda349fa7 - api_tests[d359dfa8e944e9ce]::delete_board::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:321:24
[INFO] [stdout]   56:     0x5eeeda3a1486 - <api_tests[d359dfa8e944e9ce]::delete_board::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5eeeda73f92b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x5eeeda73f92b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   59:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   60:     0x5eeeda74d1a5 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   61:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   62:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   63:     0x5eeeda74d1a5 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   65:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   66:     0x5eeeda747d04 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   67:     0x5eeeda747d04 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   68:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   69:     0x5eeeda750222 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x5eeeda750222 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   74:     0x5eeeda750222 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   75:     0x5eeedafd4f8f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   76:     0x5eeedafd4f8f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   77:     0x73a82e0d6aa4 - <unknown>
[INFO] [stdout]   78:     0x73a82e163a64 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- create_board_as_admin stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'create_board_as_admin' (24) panicked at tests/common/mod.rs:22:45:
[INFO] [stdout] DATABASE_URL must be set for tests: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5eeedafd5828 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5eeedafd5828 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5eeedafed41a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5eeedafed41a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x5eeedafda722 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5eeedafda722 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5eeedafb38b6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5eeedafb38b6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5eeedafcd729 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5eeeda74c84c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x5eeeda74c84c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5eeedafcd9a2 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x5eeedafcd9a2 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5eeedafb3972 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5eeedafa88b9 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5eeedafb48ed - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5eeedafedc8c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5eeedafed9d2 - core[28b146924c2f19c6]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1872:5
[INFO] [stdout]   20:     0x5eeeda3f7ace - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::string::String, std[929523f510218772]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5eeeda416a5a - api_tests[d359dfa8e944e9ce]::common::create_pool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/common/mod.rs:22:45
[INFO] [stdout]   22:     0x5eeeda361174 - api_tests[d359dfa8e944e9ce]::create_board_as_admin::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:222:38
[INFO] [stdout]   23:     0x5eeeda48edbf - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::create_board_as_admin::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1076:44
[INFO] [stdout]   24:     0x5eeeda486f60 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::create_board_as_admin::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:827:13
[INFO] [stdout]   25:     0x5eeeda31e2c5 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::try_with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::create_board_as_admin::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   26:     0x5eeeda31cede - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::create_board_as_admin::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   27:     0x5eeeda482c76 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::create_board_as_admin::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:825:17
[INFO] [stdout]   28:     0x5eeeda4932b6 - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::create_board_as_admin::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1066:22
[INFO] [stdout]   29:     0x5eeeda48a323 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until::<api_tests[d359dfa8e944e9ce]::create_board_as_admin::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:723:19
[INFO] [stdout]   30:     0x5eeeda40baad - <core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_board_as_admin::{closure#0}>::{closure#0}>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x5eeeda40c3ed - <core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_board_as_admin::{closure#0}>::{closure#0}>>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x5eeeda31b6bd - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_board_as_admin::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   33:     0x5eeeda314e7b - tokio[a5673302f22d9ac5]::task::coop::with_budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_board_as_admin::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   34:     0x5eeeda314e7b - tokio[a5673302f22d9ac5]::task::coop::budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_board_as_admin::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   35:     0x5eeeda314e7b - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_board_as_admin::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   36:     0x5eeeda292bd0 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Context>::enter::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_board_as_admin::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   37:     0x5eeeda2e6dbd - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_board_as_admin::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   38:     0x5eeeda2deea4 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_board_as_admin::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   39:     0x5eeeda43772b - <tokio[a5673302f22d9ac5]::runtime::context::scoped::Scoped<tokio[a5673302f22d9ac5]::runtime::scheduler::Context>>::set::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_board_as_admin::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   40:     0x5eeeda465ff9 - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_board_as_admin::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   41:     0x5eeeda327052 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::try_with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_board_as_admin::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   42:     0x5eeeda32001e - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_board_as_admin::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   43:     0x5eeeda46270d - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_board_as_admin::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   44:     0x5eeeda2b6ff0 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_board_as_admin::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   45:     0x5eeeda2c77a6 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_board_as_admin::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   46:     0x5eeeda2cbd90 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_board_as_admin::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   47:     0x5eeeda3d3783 - tokio[a5673302f22d9ac5]::runtime::context::runtime::enter_runtime::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_board_as_admin::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   48:     0x5eeeda28d3c3 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_board_as_admin::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   49:     0x5eeeda46f571 - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on_inner::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_board_as_admin::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   50:     0x5eeeda47713b - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_board_as_admin::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   51:     0x5eeeda48397d - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::block_on::<api_tests[d359dfa8e944e9ce]::create_board_as_admin::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:680:12
[INFO] [stdout]   52:     0x5eeeda481757 - <actix_rt[41e5c3aece9afc0d]::runtime::Runtime>::block_on::<api_tests[d359dfa8e944e9ce]::create_board_as_admin::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/runtime.rs:138:20
[INFO] [stdout]   53:     0x5eeeda482277 - <actix_rt[41e5c3aece9afc0d]::system::SystemRunner>::block_on::<api_tests[d359dfa8e944e9ce]::create_board_as_admin::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/system.rs:240:17
[INFO] [stdout]   54:     0x5eeeda389a18 - api_tests[d359dfa8e944e9ce]::create_board_as_admin
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:220:1
[INFO] [stdout]   55:     0x5eeeda34a157 - api_tests[d359dfa8e944e9ce]::create_board_as_admin::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:221:33
[INFO] [stdout]   56:     0x5eeeda3a16c6 - <api_tests[d359dfa8e944e9ce]::create_board_as_admin::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5eeeda73f92b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x5eeeda73f92b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   59:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   60:     0x5eeeda74d1a5 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   61:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   62:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   63:     0x5eeeda74d1a5 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   65:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   66:     0x5eeeda747d04 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   67:     0x5eeeda747d04 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   68:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   69:     0x5eeeda750222 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x5eeeda750222 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   74:     0x5eeeda750222 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   75:     0x5eeedafd4f8f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   76:     0x5eeedafd4f8f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   77:     0x73a82e0d6aa4 - <unknown>
[INFO] [stdout]   78:     0x73a82e163a64 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- full_workflow stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'full_workflow' (31) panicked at tests/common/mod.rs:22:45:
[INFO] [stdout] DATABASE_URL must be set for tests: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5eeedafd5828 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5eeedafd5828 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5eeedafed41a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5eeedafed41a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x5eeedafda722 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5eeedafda722 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5eeedafb38b6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5eeedafb38b6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5eeedafcd729 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5eeeda74c84c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x5eeeda74c84c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5eeedafcd9a2 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x5eeedafcd9a2 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5eeedafb3972 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5eeedafa88b9 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5eeedafb48ed - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5eeedafedc8c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5eeedafed9d2 - core[28b146924c2f19c6]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1872:5
[INFO] [stdout]   20:     0x5eeeda3f7ace - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::string::String, std[929523f510218772]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5eeeda416a5a - api_tests[d359dfa8e944e9ce]::common::create_pool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/common/mod.rs:22:45
[INFO] [stdout]   22:     0x5eeeda350580 - api_tests[d359dfa8e944e9ce]::full_workflow::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:908:38
[INFO] [stdout]   23:     0x5eeeda48e4ff - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::full_workflow::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1076:44
[INFO] [stdout]   24:     0x5eeeda4868d0 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::full_workflow::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:827:13
[INFO] [stdout]   25:     0x5eeeda31dbc5 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::try_with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::full_workflow::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   26:     0x5eeeda31ccae - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::full_workflow::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   27:     0x5eeeda482ab6 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::full_workflow::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:825:17
[INFO] [stdout]   28:     0x5eeeda493086 - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::full_workflow::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1066:22
[INFO] [stdout]   29:     0x5eeeda489292 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until::<api_tests[d359dfa8e944e9ce]::full_workflow::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:723:19
[INFO] [stdout]   30:     0x5eeeda40b8ed - <core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::full_workflow::{closure#0}>::{closure#0}>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x5eeeda40c22d - <core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::full_workflow::{closure#0}>::{closure#0}>>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x5eeeda31b4fd - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::full_workflow::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   33:     0x5eeeda31431b - tokio[a5673302f22d9ac5]::task::coop::with_budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::full_workflow::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   34:     0x5eeeda31431b - tokio[a5673302f22d9ac5]::task::coop::budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::full_workflow::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   35:     0x5eeeda31431b - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::full_workflow::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   36:     0x5eeeda2915f0 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Context>::enter::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::full_workflow::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   37:     0x5eeeda2e235d - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::full_workflow::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   38:     0x5eeeda2dedc4 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::full_workflow::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   39:     0x5eeeda436dfb - <tokio[a5673302f22d9ac5]::runtime::context::scoped::Scoped<tokio[a5673302f22d9ac5]::runtime::scheduler::Context>>::set::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::full_workflow::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   40:     0x5eeeda465e39 - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::full_workflow::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   41:     0x5eeeda326792 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::try_with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::full_workflow::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   42:     0x5eeeda31fd7e - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::full_workflow::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   43:     0x5eeeda46254d - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::full_workflow::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   44:     0x5eeeda2b5310 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::full_workflow::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   45:     0x5eeeda2c7426 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::full_workflow::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   46:     0x5eeeda2ca660 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::full_workflow::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   47:     0x5eeeda3d2d73 - tokio[a5673302f22d9ac5]::runtime::context::runtime::enter_runtime::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::full_workflow::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   48:     0x5eeeda28cef3 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::full_workflow::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   49:     0x5eeeda46ee01 - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on_inner::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::full_workflow::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   50:     0x5eeeda475e6a - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::full_workflow::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   51:     0x5eeeda48358e - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::block_on::<api_tests[d359dfa8e944e9ce]::full_workflow::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:680:12
[INFO] [stdout]   52:     0x5eeeda481525 - <actix_rt[41e5c3aece9afc0d]::runtime::Runtime>::block_on::<api_tests[d359dfa8e944e9ce]::full_workflow::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/runtime.rs:138:20
[INFO] [stdout]   53:     0x5eeeda482089 - <actix_rt[41e5c3aece9afc0d]::system::SystemRunner>::block_on::<api_tests[d359dfa8e944e9ce]::full_workflow::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/system.rs:240:17
[INFO] [stdout]   54:     0x5eeeda389656 - api_tests[d359dfa8e944e9ce]::full_workflow
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:906:1
[INFO] [stdout]   55:     0x5eeeda34a007 - api_tests[d359dfa8e944e9ce]::full_workflow::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:907:25
[INFO] [stdout]   56:     0x5eeeda3a1506 - <api_tests[d359dfa8e944e9ce]::full_workflow::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5eeeda73f92b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x5eeeda73f92b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   59:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   60:     0x5eeeda74d1a5 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   61:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   62:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   63:     0x5eeeda74d1a5 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   65:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   66:     0x5eeeda747d04 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   67:     0x5eeeda747d04 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   68:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   69:     0x5eeeda750222 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x5eeeda750222 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   74:     0x5eeeda750222 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   75:     0x5eeedafd4f8f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   76:     0x5eeedafd4f8f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   77:     0x73a82e0d6aa4 - <unknown>
[INFO] [stdout]   78:     0x73a82e163a64 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- delete_own_comment stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'delete_own_comment' (28) panicked at tests/common/mod.rs:22:45:
[INFO] [stdout] DATABASE_URL must be set for tests: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5eeedafd5828 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5eeedafd5828 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5eeedafed41a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5eeedafed41a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x5eeedafda722 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5eeedafda722 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5eeedafb38b6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5eeedafb38b6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5eeedafcd729 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5eeeda74c84c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x5eeeda74c84c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5eeedafcd9a2 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x5eeedafcd9a2 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5eeedafb3972 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5eeedafa88b9 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5eeedafb48ed - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5eeedafedc8c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5eeedafed9d2 - core[28b146924c2f19c6]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1872:5
[INFO] [stdout]   20:     0x5eeeda3f7ace - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::string::String, std[929523f510218772]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5eeeda416a5a - api_tests[d359dfa8e944e9ce]::common::create_pool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/common/mod.rs:22:45
[INFO] [stdout]   22:     0x5eeeda35855e - api_tests[d359dfa8e944e9ce]::delete_own_comment::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:674:38
[INFO] [stdout]   23:     0x5eeeda48e8bf - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::delete_own_comment::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1076:44
[INFO] [stdout]   24:     0x5eeeda486ba0 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::delete_own_comment::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:827:13
[INFO] [stdout]   25:     0x5eeeda31dec5 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::try_with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::delete_own_comment::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   26:     0x5eeeda31cd9e - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::delete_own_comment::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   27:     0x5eeeda482b76 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::delete_own_comment::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:825:17
[INFO] [stdout]   28:     0x5eeeda493176 - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::delete_own_comment::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1066:22
[INFO] [stdout]   29:     0x5eeeda4899a3 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until::<api_tests[d359dfa8e944e9ce]::delete_own_comment::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:723:19
[INFO] [stdout]   30:     0x5eeeda40b9ad - <core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_own_comment::{closure#0}>::{closure#0}>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x5eeeda40c2ed - <core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_own_comment::{closure#0}>::{closure#0}>>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x5eeeda31b5bd - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_own_comment::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   33:     0x5eeeda3147fb - tokio[a5673302f22d9ac5]::task::coop::with_budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_own_comment::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   34:     0x5eeeda3147fb - tokio[a5673302f22d9ac5]::task::coop::budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_own_comment::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   35:     0x5eeeda3147fb - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_own_comment::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   36:     0x5eeeda291f50 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Context>::enter::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_own_comment::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   37:     0x5eeeda2e433d - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_own_comment::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   38:     0x5eeeda2dee24 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_own_comment::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   39:     0x5eeeda4371eb - <tokio[a5673302f22d9ac5]::runtime::context::scoped::Scoped<tokio[a5673302f22d9ac5]::runtime::scheduler::Context>>::set::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_own_comment::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   40:     0x5eeeda465ef9 - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_own_comment::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   41:     0x5eeeda326b52 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::try_with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_own_comment::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   42:     0x5eeeda31fe9e - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_own_comment::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   43:     0x5eeeda46260d - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_own_comment::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   44:     0x5eeeda2b5f70 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_own_comment::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   45:     0x5eeeda2c75a6 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_own_comment::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   46:     0x5eeeda2cb050 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_own_comment::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   47:     0x5eeeda3d31c3 - tokio[a5673302f22d9ac5]::runtime::context::runtime::enter_runtime::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_own_comment::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   48:     0x5eeeda28d103 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_own_comment::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   49:     0x5eeeda46f131 - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on_inner::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_own_comment::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   50:     0x5eeeda47667b - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_own_comment::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   51:     0x5eeeda48373d - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::block_on::<api_tests[d359dfa8e944e9ce]::delete_own_comment::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:680:12
[INFO] [stdout]   52:     0x5eeeda481617 - <actix_rt[41e5c3aece9afc0d]::runtime::Runtime>::block_on::<api_tests[d359dfa8e944e9ce]::delete_own_comment::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/runtime.rs:138:20
[INFO] [stdout]   53:     0x5eeeda482177 - <actix_rt[41e5c3aece9afc0d]::system::SystemRunner>::block_on::<api_tests[d359dfa8e944e9ce]::delete_own_comment::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/system.rs:240:17
[INFO] [stdout]   54:     0x5eeeda3897d8 - api_tests[d359dfa8e944e9ce]::delete_own_comment
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:672:1
[INFO] [stdout]   55:     0x5eeeda34a097 - api_tests[d359dfa8e944e9ce]::delete_own_comment::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:673:30
[INFO] [stdout]   56:     0x5eeeda3a15c6 - <api_tests[d359dfa8e944e9ce]::delete_own_comment::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5eeeda73f92b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x5eeeda73f92b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   59:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   60:     0x5eeeda74d1a5 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   61:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   62:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   63:     0x5eeeda74d1a5 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   65:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   66:     0x5eeeda747d04 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   67:     0x5eeeda747d04 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   68:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   69:     0x5eeeda750222 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x5eeeda750222 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   74:     0x5eeeda750222 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   75:     0x5eeedafd4f8f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   76:     0x5eeedafd4f8f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   77:     0x73a82e0d6aa4 - <unknown>
[INFO] [stdout]   78:     0x73a82e163a64 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- delete_post_by_author stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'delete_post_by_author' (29) panicked at tests/common/mod.rs:22:45:
[INFO] [stdout] DATABASE_URL must be set for tests: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5eeedafd5828 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5eeedafd5828 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5eeedafed41a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5eeedafed41a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x5eeedafda722 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5eeedafda722 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5eeedafb38b6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5eeedafb38b6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5eeedafcd729 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5eeeda74c84c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x5eeeda74c84c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5eeedafcd9a2 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x5eeedafcd9a2 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5eeedafb3972 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5eeedafa88b9 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5eeedafb48ed - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5eeedafedc8c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5eeedafed9d2 - core[28b146924c2f19c6]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1872:5
[INFO] [stdout]   20:     0x5eeeda3f7ace - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::string::String, std[929523f510218772]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5eeeda416a5a - api_tests[d359dfa8e944e9ce]::common::create_pool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/common/mod.rs:22:45
[INFO] [stdout]   22:     0x5eeeda36283a - api_tests[d359dfa8e944e9ce]::delete_post_by_author::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:476:38
[INFO] [stdout]   23:     0x5eeeda48eeff - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::delete_post_by_author::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1076:44
[INFO] [stdout]   24:     0x5eeeda487050 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::delete_post_by_author::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:827:13
[INFO] [stdout]   25:     0x5eeeda31e3c5 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::try_with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::delete_post_by_author::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   26:     0x5eeeda31cf2e - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::delete_post_by_author::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   27:     0x5eeeda482cb6 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::delete_post_by_author::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:825:17
[INFO] [stdout]   28:     0x5eeeda493306 - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::delete_post_by_author::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1066:22
[INFO] [stdout]   29:     0x5eeeda48a583 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until::<api_tests[d359dfa8e944e9ce]::delete_post_by_author::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:723:19
[INFO] [stdout]   30:     0x5eeeda40baed - <core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_post_by_author::{closure#0}>::{closure#0}>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x5eeeda40c42d - <core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_post_by_author::{closure#0}>::{closure#0}>>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x5eeeda31b6fd - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_post_by_author::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   33:     0x5eeeda31501b - tokio[a5673302f22d9ac5]::task::coop::with_budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_post_by_author::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   34:     0x5eeeda31501b - tokio[a5673302f22d9ac5]::task::coop::budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_post_by_author::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   35:     0x5eeeda31501b - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_post_by_author::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   36:     0x5eeeda292ef0 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Context>::enter::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_post_by_author::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   37:     0x5eeeda2e785d - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_post_by_author::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   38:     0x5eeeda2deec4 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_post_by_author::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   39:     0x5eeeda43787b - <tokio[a5673302f22d9ac5]::runtime::context::scoped::Scoped<tokio[a5673302f22d9ac5]::runtime::scheduler::Context>>::set::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_post_by_author::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   40:     0x5eeeda466039 - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_post_by_author::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   41:     0x5eeeda327192 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::try_with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_post_by_author::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   42:     0x5eeeda32007e - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_post_by_author::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   43:     0x5eeeda46274d - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_post_by_author::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   44:     0x5eeeda2b7410 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_post_by_author::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   45:     0x5eeeda2c7826 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_post_by_author::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   46:     0x5eeeda2cc0e0 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_post_by_author::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   47:     0x5eeeda3d38f3 - tokio[a5673302f22d9ac5]::runtime::context::runtime::enter_runtime::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_post_by_author::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   48:     0x5eeeda28d473 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_post_by_author::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   49:     0x5eeeda46f681 - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on_inner::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_post_by_author::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   50:     0x5eeeda4773eb - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_post_by_author::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   51:     0x5eeeda483a0f - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::block_on::<api_tests[d359dfa8e944e9ce]::delete_post_by_author::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:680:12
[INFO] [stdout]   52:     0x5eeeda4817a5 - <actix_rt[41e5c3aece9afc0d]::runtime::Runtime>::block_on::<api_tests[d359dfa8e944e9ce]::delete_post_by_author::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/runtime.rs:138:20
[INFO] [stdout]   53:     0x5eeeda4822b9 - <actix_rt[41e5c3aece9afc0d]::system::SystemRunner>::block_on::<api_tests[d359dfa8e944e9ce]::delete_post_by_author::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/system.rs:240:17
[INFO] [stdout]   54:     0x5eeeda389aa6 - api_tests[d359dfa8e944e9ce]::delete_post_by_author
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:474:1
[INFO] [stdout]   55:     0x5eeeda34a187 - api_tests[d359dfa8e944e9ce]::delete_post_by_author::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:475:33
[INFO] [stdout]   56:     0x5eeeda3a1706 - <api_tests[d359dfa8e944e9ce]::delete_post_by_author::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5eeeda73f92b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x5eeeda73f92b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   59:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   60:     0x5eeeda74d1a5 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   61:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   62:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   63:     0x5eeeda74d1a5 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   65:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   66:     0x5eeeda747d04 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   67:     0x5eeeda747d04 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   68:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   69:     0x5eeeda750222 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x5eeeda750222 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   74:     0x5eeeda750222 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   75:     0x5eeedafd4f8f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   76:     0x5eeedafd4f8f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   77:     0x73a82e0d6aa4 - <unknown>
[INFO] [stdout]   78:     0x73a82e163a64 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- list_boards stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'list_boards' (34) panicked at tests/common/mod.rs:22:45:
[INFO] [stdout] DATABASE_URL must be set for tests: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5eeedafd5828 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5eeedafd5828 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5eeedafed41a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5eeedafed41a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x5eeedafda722 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5eeedafda722 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5eeedafb38b6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5eeedafb38b6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5eeedafcd729 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5eeeda74c84c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x5eeeda74c84c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5eeedafcd9a2 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x5eeedafcd9a2 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5eeedafb3972 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5eeedafa88b9 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5eeedafb48ed - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5eeedafedc8c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5eeedafed9d2 - core[28b146924c2f19c6]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1872:5
[INFO] [stdout]   20:     0x5eeeda3f7ace - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::string::String, std[929523f510218772]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5eeeda416a5a - api_tests[d359dfa8e944e9ce]::common::create_pool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/common/mod.rs:22:45
[INFO] [stdout]   22:     0x5eeeda34c6b2 - api_tests[d359dfa8e944e9ce]::list_boards::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:262:38
[INFO] [stdout]   23:     0x5eeeda48e13f - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::list_boards::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1076:44
[INFO] [stdout]   24:     0x5eeeda486600 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::list_boards::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:827:13
[INFO] [stdout]   25:     0x5eeeda31d8c5 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::try_with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::list_boards::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   26:     0x5eeeda31cbbe - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::list_boards::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   27:     0x5eeeda4829f6 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::list_boards::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:825:17
[INFO] [stdout]   28:     0x5eeeda492f96 - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::list_boards::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1066:22
[INFO] [stdout]   29:     0x5eeeda488b63 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until::<api_tests[d359dfa8e944e9ce]::list_boards::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:723:19
[INFO] [stdout]   30:     0x5eeeda40b82d - <core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::list_boards::{closure#0}>::{closure#0}>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x5eeeda40c16d - <core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::list_boards::{closure#0}>::{closure#0}>>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x5eeeda31b43d - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::list_boards::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   33:     0x5eeeda313e3b - tokio[a5673302f22d9ac5]::task::coop::with_budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::list_boards::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   34:     0x5eeeda313e3b - tokio[a5673302f22d9ac5]::task::coop::budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::list_boards::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   35:     0x5eeeda313e3b - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::list_boards::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   36:     0x5eeeda290c90 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Context>::enter::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::list_boards::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   37:     0x5eeeda2e037d - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::list_boards::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   38:     0x5eeeda2ded64 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::list_boards::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   39:     0x5eeeda436a0b - <tokio[a5673302f22d9ac5]::runtime::context::scoped::Scoped<tokio[a5673302f22d9ac5]::runtime::scheduler::Context>>::set::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::list_boards::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   40:     0x5eeeda465d79 - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::list_boards::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   41:     0x5eeeda3263d2 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::try_with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::list_boards::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   42:     0x5eeeda31fc5e - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::list_boards::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   43:     0x5eeeda46248d - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::list_boards::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   44:     0x5eeeda2b46b0 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::list_boards::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   45:     0x5eeeda2c72a6 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::list_boards::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   46:     0x5eeeda2c9c70 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::list_boards::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   47:     0x5eeeda3d2923 - tokio[a5673302f22d9ac5]::runtime::context::runtime::enter_runtime::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::list_boards::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   48:     0x5eeeda28cce3 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::list_boards::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   49:     0x5eeeda46ead1 - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on_inner::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::list_boards::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   50:     0x5eeeda47564b - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::list_boards::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   51:     0x5eeeda4833cd - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::block_on::<api_tests[d359dfa8e944e9ce]::list_boards::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:680:12
[INFO] [stdout]   52:     0x5eeeda481437 - <actix_rt[41e5c3aece9afc0d]::runtime::Runtime>::block_on::<api_tests[d359dfa8e944e9ce]::list_boards::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/runtime.rs:138:20
[INFO] [stdout]   53:     0x5eeeda481fa7 - <actix_rt[41e5c3aece9afc0d]::system::SystemRunner>::block_on::<api_tests[d359dfa8e944e9ce]::list_boards::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/system.rs:240:17
[INFO] [stdout]   54:     0x5eeeda3894c8 - api_tests[d359dfa8e944e9ce]::list_boards
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:260:1
[INFO] [stdout]   55:     0x5eeeda349f77 - api_tests[d359dfa8e944e9ce]::list_boards::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:261:23
[INFO] [stdout]   56:     0x5eeeda3a1446 - <api_tests[d359dfa8e944e9ce]::list_boards::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5eeeda73f92b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x5eeeda73f92b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   59:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   60:     0x5eeeda74d1a5 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   61:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   62:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   63:     0x5eeeda74d1a5 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   65:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   66:     0x5eeeda747d04 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   67:     0x5eeeda747d04 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   68:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   69:     0x5eeeda750222 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x5eeeda750222 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   74:     0x5eeeda750222 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   75:     0x5eeedafd4f8f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   76:     0x5eeedafd4f8f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   77:     0x73a82e0d6aa4 - <unknown>
[INFO] [stdout]   78:     0x73a82e163a64 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- get_nonexistent_board_returns_404 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'get_nonexistent_board_returns_404' (33) panicked at tests/common/mod.rs:22:45:
[INFO] [stdout] DATABASE_URL must be set for tests: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5eeedafd5828 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5eeedafd5828 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5eeedafed41a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5eeedafed41a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x5eeedafda722 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5eeedafda722 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5eeedafb38b6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5eeedafb38b6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5eeedafcd729 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5eeeda74c84c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x5eeeda74c84c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5eeedafcd9a2 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x5eeedafcd9a2 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5eeedafb3972 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5eeedafa88b9 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5eeedafb48ed - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5eeedafedc8c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5eeedafed9d2 - core[28b146924c2f19c6]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1872:5
[INFO] [stdout]   20:     0x5eeeda3f7ace - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::string::String, std[929523f510218772]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5eeeda416a5a - api_tests[d359dfa8e944e9ce]::common::create_pool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/common/mod.rs:22:45
[INFO] [stdout]   22:     0x5eeeda380671 - api_tests[d359dfa8e944e9ce]::get_nonexistent_board_returns_404::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:338:38
[INFO] [stdout]   23:     0x5eeeda49043f - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::get_nonexistent_board_returns_404::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1076:44
[INFO] [stdout]   24:     0x5eeeda488040 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::get_nonexistent_board_returns_404::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:827:13
[INFO] [stdout]   25:     0x5eeeda31f4c5 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::try_with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::get_nonexistent_board_returns_404::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   26:     0x5eeeda31d47e - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::get_nonexistent_board_returns_404::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   27:     0x5eeeda4830f6 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::get_nonexistent_board_returns_404::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:825:17
[INFO] [stdout]   28:     0x5eeeda493856 - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::get_nonexistent_board_returns_404::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1066:22
[INFO] [stdout]   29:     0x5eeeda48cde3 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until::<api_tests[d359dfa8e944e9ce]::get_nonexistent_board_returns_404::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:723:19
[INFO] [stdout]   30:     0x5eeeda40bf2d - <core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::get_nonexistent_board_returns_404::{closure#0}>::{closure#0}>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x5eeeda40c86d - <core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::get_nonexistent_board_returns_404::{closure#0}>::{closure#0}>>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x5eeeda31bb3d - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::get_nonexistent_board_returns_404::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   33:     0x5eeeda316bbb - tokio[a5673302f22d9ac5]::task::coop::with_budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::get_nonexistent_board_returns_404::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   34:     0x5eeeda316bbb - tokio[a5673302f22d9ac5]::task::coop::budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::get_nonexistent_board_returns_404::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   35:     0x5eeeda316bbb - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::get_nonexistent_board_returns_404::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   36:     0x5eeeda296410 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Context>::enter::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::get_nonexistent_board_returns_404::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   37:     0x5eeeda2f2cfd - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::get_nonexistent_board_returns_404::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   38:     0x5eeeda2df0e4 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::get_nonexistent_board_returns_404::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   39:     0x5eeeda438ecb - <tokio[a5673302f22d9ac5]::runtime::context::scoped::Scoped<tokio[a5673302f22d9ac5]::runtime::scheduler::Context>>::set::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::get_nonexistent_board_returns_404::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   40:     0x5eeeda466479 - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::get_nonexistent_board_returns_404::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   41:     0x5eeeda3286d2 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::try_with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::get_nonexistent_board_returns_404::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   42:     0x5eeeda3206de - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::get_nonexistent_board_returns_404::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   43:     0x5eeeda462b8d - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::get_nonexistent_board_returns_404::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   44:     0x5eeeda2bba30 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::get_nonexistent_board_returns_404::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   45:     0x5eeeda2c80a6 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::get_nonexistent_board_returns_404::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   46:     0x5eeeda2cf930 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::get_nonexistent_board_returns_404::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   47:     0x5eeeda3d5163 - tokio[a5673302f22d9ac5]::runtime::context::runtime::enter_runtime::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::get_nonexistent_board_returns_404::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   48:     0x5eeeda28e023 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::get_nonexistent_board_returns_404::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   49:     0x5eeeda470891 - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on_inner::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::get_nonexistent_board_returns_404::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   50:     0x5eeeda47a19b - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::get_nonexistent_board_returns_404::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   51:     0x5eeeda4843bd - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::block_on::<api_tests[d359dfa8e944e9ce]::get_nonexistent_board_returns_404::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:680:12
[INFO] [stdout]   52:     0x5eeeda481cf7 - <actix_rt[41e5c3aece9afc0d]::runtime::Runtime>::block_on::<api_tests[d359dfa8e944e9ce]::get_nonexistent_board_returns_404::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/runtime.rs:138:20
[INFO] [stdout]   53:     0x5eeeda482777 - <actix_rt[41e5c3aece9afc0d]::system::SystemRunner>::block_on::<api_tests[d359dfa8e944e9ce]::get_nonexistent_board_returns_404::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/system.rs:240:17
[INFO] [stdout]   54:     0x5eeeda38a3b8 - api_tests[d359dfa8e944e9ce]::get_nonexistent_board_returns_404
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:336:1
[INFO] [stdout]   55:     0x5eeeda34a4b7 - api_tests[d359dfa8e944e9ce]::get_nonexistent_board_returns_404::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:337:45
[INFO] [stdout]   56:     0x5eeeda3a1b46 - <api_tests[d359dfa8e944e9ce]::get_nonexistent_board_returns_404::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5eeeda73f92b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x5eeeda73f92b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   59:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   60:     0x5eeeda74d1a5 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   61:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   62:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   63:     0x5eeeda74d1a5 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   65:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   66:     0x5eeeda747d04 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   67:     0x5eeeda747d04 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   68:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   69:     0x5eeeda750222 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x5eeeda750222 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   74:     0x5eeeda750222 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   75:     0x5eeedafd4f8f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   76:     0x5eeedafd4f8f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   77:     0x73a82e0d6aa4 - <unknown>
[INFO] [stdout]   78:     0x73a82e163a64 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- delete_tag stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'delete_tag' (30) panicked at tests/common/mod.rs:22:45:
[INFO] [stdout] DATABASE_URL must be set for tests: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5eeedafd5828 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5eeedafd5828 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5eeedafed41a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5eeedafed41a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x5eeedafda722 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5eeedafda722 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5eeedafb38b6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5eeedafb38b6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5eeedafcd729 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5eeeda74c84c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x5eeeda74c84c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5eeedafcd9a2 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x5eeedafcd9a2 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5eeedafb3972 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5eeedafa88b9 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5eeedafb48ed - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5eeedafedc8c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5eeedafed9d2 - core[28b146924c2f19c6]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1872:5
[INFO] [stdout]   20:     0x5eeeda3f7ace - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::string::String, std[929523f510218772]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5eeeda416a5a - api_tests[d359dfa8e944e9ce]::common::create_pool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/common/mod.rs:22:45
[INFO] [stdout]   22:     0x5eeeda34a8aa - api_tests[d359dfa8e944e9ce]::delete_tag::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:813:38
[INFO] [stdout]   23:     0x5eeeda48dfff - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::delete_tag::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1076:44
[INFO] [stdout]   24:     0x5eeeda486510 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::delete_tag::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:827:13
[INFO] [stdout]   25:     0x5eeeda31d7c5 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::try_with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::delete_tag::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   26:     0x5eeeda31cb6e - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::delete_tag::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   27:     0x5eeeda4829b6 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::delete_tag::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:825:17
[INFO] [stdout]   28:     0x5eeeda492f46 - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::delete_tag::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1066:22
[INFO] [stdout]   29:     0x5eeeda488903 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until::<api_tests[d359dfa8e944e9ce]::delete_tag::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:723:19
[INFO] [stdout]   30:     0x5eeeda40b7ed - <core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_tag::{closure#0}>::{closure#0}>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x5eeeda40c12d - <core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_tag::{closure#0}>::{closure#0}>>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x5eeeda31b3fd - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_tag::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   33:     0x5eeeda313c9b - tokio[a5673302f22d9ac5]::task::coop::with_budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_tag::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   34:     0x5eeeda313c9b - tokio[a5673302f22d9ac5]::task::coop::budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_tag::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   35:     0x5eeeda313c9b - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_tag::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   36:     0x5eeeda290970 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Context>::enter::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_tag::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   37:     0x5eeeda2df8dd - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_tag::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   38:     0x5eeeda2ded44 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_tag::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   39:     0x5eeeda4368bb - <tokio[a5673302f22d9ac5]::runtime::context::scoped::Scoped<tokio[a5673302f22d9ac5]::runtime::scheduler::Context>>::set::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_tag::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   40:     0x5eeeda465d39 - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_tag::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   41:     0x5eeeda326292 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::try_with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_tag::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   42:     0x5eeeda31fbfe - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_tag::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   43:     0x5eeeda46244d - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_tag::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   44:     0x5eeeda2b4290 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_tag::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   45:     0x5eeeda2c7226 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_tag::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   46:     0x5eeeda2c9920 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_tag::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   47:     0x5eeeda3d27b3 - tokio[a5673302f22d9ac5]::runtime::context::runtime::enter_runtime::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_tag::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   48:     0x5eeeda28cc33 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_tag::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   49:     0x5eeeda46e9c1 - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on_inner::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_tag::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   50:     0x5eeeda47539b - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::delete_tag::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   51:     0x5eeeda48333d - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::block_on::<api_tests[d359dfa8e944e9ce]::delete_tag::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:680:12
[INFO] [stdout]   52:     0x5eeeda4813e7 - <actix_rt[41e5c3aece9afc0d]::runtime::Runtime>::block_on::<api_tests[d359dfa8e944e9ce]::delete_tag::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/runtime.rs:138:20
[INFO] [stdout]   53:     0x5eeeda481f67 - <actix_rt[41e5c3aece9afc0d]::system::SystemRunner>::block_on::<api_tests[d359dfa8e944e9ce]::delete_tag::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/system.rs:240:17
[INFO] [stdout]   54:     0x5eeeda389438 - api_tests[d359dfa8e944e9ce]::delete_tag
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:811:1
[INFO] [stdout]   55:     0x5eeeda349f47 - api_tests[d359dfa8e944e9ce]::delete_tag::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:812:22
[INFO] [stdout]   56:     0x5eeeda3a1406 - <api_tests[d359dfa8e944e9ce]::delete_tag::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5eeeda73f92b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x5eeeda73f92b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   59:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   60:     0x5eeeda74d1a5 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   61:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   62:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   63:     0x5eeeda74d1a5 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   65:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   66:     0x5eeeda747d04 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   67:     0x5eeeda747d04 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   68:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   69:     0x5eeeda750222 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x5eeeda750222 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   74:     0x5eeeda750222 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   75:     0x5eeedafd4f8f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   76:     0x5eeedafd4f8f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   77:     0x73a82e0d6aa4 - <unknown>
[INFO] [stdout]   78:     0x73a82e163a64 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- get_board_by_slug stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'get_board_by_slug' (32) panicked at tests/common/mod.rs:22:45:
[INFO] [stdout] DATABASE_URL must be set for tests: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5eeedafd5828 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5eeedafd5828 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5eeedafed41a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5eeedafed41a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x5eeedafda722 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5eeedafda722 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5eeedafb38b6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5eeedafb38b6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5eeedafcd729 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5eeeda74c84c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x5eeeda74c84c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5eeedafcd9a2 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x5eeedafcd9a2 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5eeedafb3972 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5eeedafa88b9 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5eeedafb48ed - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5eeedafedc8c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5eeedafed9d2 - core[28b146924c2f19c6]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1872:5
[INFO] [stdout]   20:     0x5eeeda3f7ace - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::string::String, std[929523f510218772]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5eeeda416a5a - api_tests[d359dfa8e944e9ce]::common::create_pool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/common/mod.rs:22:45
[INFO] [stdout]   22:     0x5eeeda355bf1 - api_tests[d359dfa8e944e9ce]::get_board_by_slug::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:282:38
[INFO] [stdout]   23:     0x5eeeda48e63f - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::get_board_by_slug::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1076:44
[INFO] [stdout]   24:     0x5eeeda4869c0 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::get_board_by_slug::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:827:13
[INFO] [stdout]   25:     0x5eeeda31dcc5 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::try_with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::get_board_by_slug::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   26:     0x5eeeda31ccfe - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::get_board_by_slug::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   27:     0x5eeeda482af6 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::get_board_by_slug::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:825:17
[INFO] [stdout]   28:     0x5eeeda4930d6 - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::get_board_by_slug::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1066:22
[INFO] [stdout]   29:     0x5eeeda4894e3 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until::<api_tests[d359dfa8e944e9ce]::get_board_by_slug::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:723:19
[INFO] [stdout]   30:     0x5eeeda40b92d - <core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::get_board_by_slug::{closure#0}>::{closure#0}>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x5eeeda40c26d - <core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::get_board_by_slug::{closure#0}>::{closure#0}>>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x5eeeda31b53d - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::get_board_by_slug::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   33:     0x5eeeda3144bb - tokio[a5673302f22d9ac5]::task::coop::with_budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::get_board_by_slug::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   34:     0x5eeeda3144bb - tokio[a5673302f22d9ac5]::task::coop::budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::get_board_by_slug::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   35:     0x5eeeda3144bb - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::get_board_by_slug::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   36:     0x5eeeda291910 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Context>::enter::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::get_board_by_slug::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   37:     0x5eeeda2e2dfd - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::get_board_by_slug::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   38:     0x5eeeda2dede4 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::get_board_by_slug::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   39:     0x5eeeda436f4b - <tokio[a5673302f22d9ac5]::runtime::context::scoped::Scoped<tokio[a5673302f22d9ac5]::runtime::scheduler::Context>>::set::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::get_board_by_slug::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   40:     0x5eeeda465e79 - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::get_board_by_slug::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   41:     0x5eeeda3268d2 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::try_with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::get_board_by_slug::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   42:     0x5eeeda31fdde - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::get_board_by_slug::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   43:     0x5eeeda46258d - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::get_board_by_slug::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   44:     0x5eeeda2b5730 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::get_board_by_slug::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   45:     0x5eeeda2c74a6 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::get_board_by_slug::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   46:     0x5eeeda2ca9b0 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::get_board_by_slug::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   47:     0x5eeeda3d2ee3 - tokio[a5673302f22d9ac5]::runtime::context::runtime::enter_runtime::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::get_board_by_slug::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   48:     0x5eeeda28cfa3 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::get_board_by_slug::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   49:     0x5eeeda46ef11 - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on_inner::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::get_board_by_slug::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   50:     0x5eeeda47611b - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::get_board_by_slug::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   51:     0x5eeeda48361f - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::block_on::<api_tests[d359dfa8e944e9ce]::get_board_by_slug::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:680:12
[INFO] [stdout]   52:     0x5eeeda481575 - <actix_rt[41e5c3aece9afc0d]::runtime::Runtime>::block_on::<api_tests[d359dfa8e944e9ce]::get_board_by_slug::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/runtime.rs:138:20
[INFO] [stdout]   53:     0x5eeeda4820d9 - <actix_rt[41e5c3aece9afc0d]::system::SystemRunner>::block_on::<api_tests[d359dfa8e944e9ce]::get_board_by_slug::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/system.rs:240:17
[INFO] [stdout]   54:     0x5eeeda3896d6 - api_tests[d359dfa8e944e9ce]::get_board_by_slug
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:280:1
[INFO] [stdout]   55:     0x5eeeda34a037 - api_tests[d359dfa8e944e9ce]::get_board_by_slug::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:281:29
[INFO] [stdout]   56:     0x5eeeda3a1546 - <api_tests[d359dfa8e944e9ce]::get_board_by_slug::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5eeeda73f92b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x5eeeda73f92b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   59:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   60:     0x5eeeda74d1a5 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   61:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   62:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   63:     0x5eeeda74d1a5 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   65:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   66:     0x5eeeda747d04 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   67:     0x5eeeda747d04 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   68:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   69:     0x5eeeda750222 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x5eeeda750222 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   74:     0x5eeeda750222 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   75:     0x5eeedafd4f8f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   76:     0x5eeedafd4f8f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   77:     0x73a82e0d6aa4 - <unknown>
[INFO] [stdout]   78:     0x73a82e163a64 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- login_returns_token stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'login_returns_token' (36) panicked at tests/common/mod.rs:22:45:
[INFO] [stdout] DATABASE_URL must be set for tests: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5eeedafd5828 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5eeedafd5828 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5eeedafed41a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5eeedafed41a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x5eeedafda722 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5eeedafda722 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5eeedafb38b6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5eeedafb38b6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5eeedafcd729 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5eeeda74c84c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x5eeeda74c84c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5eeedafcd9a2 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x5eeedafcd9a2 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5eeedafb3972 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5eeedafa88b9 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5eeedafb48ed - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5eeedafedc8c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5eeedafed9d2 - core[28b146924c2f19c6]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1872:5
[INFO] [stdout]   20:     0x5eeeda3f7ace - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::string::String, std[929523f510218772]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5eeeda416a5a - api_tests[d359dfa8e944e9ce]::common::create_pool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/common/mod.rs:22:45
[INFO] [stdout]   22:     0x5eeeda35cc12 - api_tests[d359dfa8e944e9ce]::login_returns_token::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:125:38
[INFO] [stdout]   23:     0x5eeeda48eb3f - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::login_returns_token::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1076:44
[INFO] [stdout]   24:     0x5eeeda486d80 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::login_returns_token::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:827:13
[INFO] [stdout]   25:     0x5eeeda31e0c5 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::try_with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::login_returns_token::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   26:     0x5eeeda31ce3e - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::login_returns_token::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   27:     0x5eeeda482bf6 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::login_returns_token::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:825:17
[INFO] [stdout]   28:     0x5eeeda493216 - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::login_returns_token::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1066:22
[INFO] [stdout]   29:     0x5eeeda489e63 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until::<api_tests[d359dfa8e944e9ce]::login_returns_token::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:723:19
[INFO] [stdout]   30:     0x5eeeda40ba2d - <core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::login_returns_token::{closure#0}>::{closure#0}>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x5eeeda40c36d - <core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::login_returns_token::{closure#0}>::{closure#0}>>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x5eeeda31b63d - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::login_returns_token::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   33:     0x5eeeda314b3b - tokio[a5673302f22d9ac5]::task::coop::with_budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::login_returns_token::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   34:     0x5eeeda314b3b - tokio[a5673302f22d9ac5]::task::coop::budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::login_returns_token::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   35:     0x5eeeda314b3b - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::login_returns_token::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   36:     0x5eeeda292590 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Context>::enter::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::login_returns_token::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   37:     0x5eeeda2e587d - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::login_returns_token::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   38:     0x5eeeda2dee64 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::login_returns_token::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   39:     0x5eeeda43748b - <tokio[a5673302f22d9ac5]::runtime::context::scoped::Scoped<tokio[a5673302f22d9ac5]::runtime::scheduler::Context>>::set::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::login_returns_token::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   40:     0x5eeeda465f79 - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::login_returns_token::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   41:     0x5eeeda326dd2 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::try_with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::login_returns_token::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   42:     0x5eeeda31ff5e - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::login_returns_token::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   43:     0x5eeeda46268d - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::login_returns_token::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   44:     0x5eeeda2b67b0 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::login_returns_token::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   45:     0x5eeeda2c76a6 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::login_returns_token::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   46:     0x5eeeda2cb6f0 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::login_returns_token::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   47:     0x5eeeda3d34a3 - tokio[a5673302f22d9ac5]::runtime::context::runtime::enter_runtime::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::login_returns_token::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   48:     0x5eeeda28d263 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::login_returns_token::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   49:     0x5eeeda46f351 - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on_inner::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::login_returns_token::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   50:     0x5eeeda476bdb - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::login_returns_token::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   51:     0x5eeeda48385d - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::block_on::<api_tests[d359dfa8e944e9ce]::login_returns_token::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:680:12
[INFO] [stdout]   52:     0x5eeeda4816b7 - <actix_rt[41e5c3aece9afc0d]::runtime::Runtime>::block_on::<api_tests[d359dfa8e944e9ce]::login_returns_token::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/runtime.rs:138:20
[INFO] [stdout]   53:     0x5eeeda4821f7 - <actix_rt[41e5c3aece9afc0d]::system::SystemRunner>::block_on::<api_tests[d359dfa8e944e9ce]::login_returns_token::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/system.rs:240:17
[INFO] [stdout]   54:     0x5eeeda3898f8 - api_tests[d359dfa8e944e9ce]::login_returns_token
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:123:1
[INFO] [stdout]   55:     0x5eeeda34a0f7 - api_tests[d359dfa8e944e9ce]::login_returns_token::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:124:31
[INFO] [stdout]   56:     0x5eeeda3a1646 - <api_tests[d359dfa8e944e9ce]::login_returns_token::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5eeeda73f92b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x5eeeda73f92b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   59:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   60:     0x5eeeda74d1a5 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   61:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   62:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   63:     0x5eeeda74d1a5 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   65:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   66:     0x5eeeda747d04 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   67:     0x5eeeda747d04 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   68:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   69:     0x5eeeda750222 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x5eeeda750222 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   74:     0x5eeeda750222 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   75:     0x5eeedafd4f8f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   76:     0x5eeedafd4f8f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   77:     0x73a82e0d6aa4 - <unknown>
[INFO] [stdout]   78:     0x73a82e163a64 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- update_post_by_author stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'update_post_by_author' (51) panicked at tests/common/mod.rs:22:45:
[INFO] [stdout] DATABASE_URL must be set for tests: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5eeedafd5828 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5eeedafd5828 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5eeedafed41a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5eeedafed41a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x5eeedafda722 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5eeedafda722 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5eeedafb38b6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5eeedafb38b6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5eeedafcd729 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5eeeda74c84c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x5eeeda74c84c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5eeedafcd9a2 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x5eeedafcd9a2 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5eeedafb3972 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5eeedafa88b9 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5eeedafb48ed - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5eeedafedc8c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5eeedafed9d2 - core[28b146924c2f19c6]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1872:5
[INFO] [stdout]   20:     0x5eeeda3f7ace - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::string::String, std[929523f510218772]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5eeeda416a5a - api_tests[d359dfa8e944e9ce]::common::create_pool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/common/mod.rs:22:45
[INFO] [stdout]   22:     0x5eeeda363a1d - api_tests[d359dfa8e944e9ce]::update_post_by_author::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:434:38
[INFO] [stdout]   23:     0x5eeeda48f03f - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::update_post_by_author::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1076:44
[INFO] [stdout]   24:     0x5eeeda487140 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::update_post_by_author::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:827:13
[INFO] [stdout]   25:     0x5eeeda31e4c5 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::try_with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::update_post_by_author::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   26:     0x5eeeda31cf7e - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::update_post_by_author::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   27:     0x5eeeda482cf6 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::update_post_by_author::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:825:17
[INFO] [stdout]   28:     0x5eeeda493356 - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::update_post_by_author::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1066:22
[INFO] [stdout]   29:     0x5eeeda48a7e3 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until::<api_tests[d359dfa8e944e9ce]::update_post_by_author::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:723:19
[INFO] [stdout]   30:     0x5eeeda40bb2d - <core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_post_by_author::{closure#0}>::{closure#0}>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x5eeeda40c46d - <core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_post_by_author::{closure#0}>::{closure#0}>>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x5eeeda31b73d - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_post_by_author::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   33:     0x5eeeda3151bb - tokio[a5673302f22d9ac5]::task::coop::with_budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_post_by_author::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   34:     0x5eeeda3151bb - tokio[a5673302f22d9ac5]::task::coop::budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_post_by_author::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   35:     0x5eeeda3151bb - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_post_by_author::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   36:     0x5eeeda293210 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Context>::enter::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_post_by_author::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   37:     0x5eeeda2e82fd - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_post_by_author::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   38:     0x5eeeda2deee4 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_post_by_author::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   39:     0x5eeeda4379cb - <tokio[a5673302f22d9ac5]::runtime::context::scoped::Scoped<tokio[a5673302f22d9ac5]::runtime::scheduler::Context>>::set::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_post_by_author::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   40:     0x5eeeda466079 - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_post_by_author::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   41:     0x5eeeda3272d2 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::try_with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_post_by_author::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   42:     0x5eeeda3200de - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_post_by_author::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   43:     0x5eeeda46278d - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_post_by_author::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   44:     0x5eeeda2b7830 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_post_by_author::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   45:     0x5eeeda2c78a6 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_post_by_author::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   46:     0x5eeeda2cc430 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_post_by_author::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   47:     0x5eeeda3d3a63 - tokio[a5673302f22d9ac5]::runtime::context::runtime::enter_runtime::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_post_by_author::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   48:     0x5eeeda28d523 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_post_by_author::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   49:     0x5eeeda46f791 - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on_inner::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_post_by_author::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   50:     0x5eeeda47769b - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_post_by_author::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   51:     0x5eeeda483a9f - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::block_on::<api_tests[d359dfa8e944e9ce]::update_post_by_author::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:680:12
[INFO] [stdout]   52:     0x5eeeda4817f5 - <actix_rt[41e5c3aece9afc0d]::runtime::Runtime>::block_on::<api_tests[d359dfa8e944e9ce]::update_post_by_author::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/runtime.rs:138:20
[INFO] [stdout]   53:     0x5eeeda482309 - <actix_rt[41e5c3aece9afc0d]::system::SystemRunner>::block_on::<api_tests[d359dfa8e944e9ce]::update_post_by_author::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/system.rs:240:17
[INFO] [stdout]   54:     0x5eeeda389b26 - api_tests[d359dfa8e944e9ce]::update_post_by_author
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:432:1
[INFO] [stdout]   55:     0x5eeeda34a1b7 - api_tests[d359dfa8e944e9ce]::update_post_by_author::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:433:33
[INFO] [stdout]   56:     0x5eeeda3a1746 - <api_tests[d359dfa8e944e9ce]::update_post_by_author::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5eeeda73f92b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x5eeeda73f92b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   59:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   60:     0x5eeeda74d1a5 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   61:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   62:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   63:     0x5eeeda74d1a5 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   65:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   66:     0x5eeeda747d04 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   67:     0x5eeeda747d04 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   68:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   69:     0x5eeeda750222 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x5eeeda750222 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   74:     0x5eeeda750222 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   75:     0x5eeedafd4f8f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   76:     0x5eeedafd4f8f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   77:     0x73a82e0d6aa4 - <unknown>
[INFO] [stdout]   78:     0x73a82e163a64 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- me_returns_current_user stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'me_returns_current_user' (38) panicked at tests/common/mod.rs:22:45:
[INFO] [stdout] DATABASE_URL must be set for tests: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5eeedafd5828 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5eeedafd5828 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5eeedafed41a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5eeedafed41a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x5eeedafda722 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5eeedafda722 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5eeedafb38b6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5eeedafb38b6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5eeedafcd729 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5eeeda74c84c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x5eeeda74c84c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5eeedafcd9a2 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x5eeedafcd9a2 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5eeedafb3972 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5eeedafa88b9 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5eeedafb48ed - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5eeedafedc8c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5eeedafed9d2 - core[28b146924c2f19c6]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1872:5
[INFO] [stdout]   20:     0x5eeeda3f7ace - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::string::String, std[929523f510218772]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5eeeda416a5a - api_tests[d359dfa8e944e9ce]::common::create_pool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/common/mod.rs:22:45
[INFO] [stdout]   22:     0x5eeeda368dbc - api_tests[d359dfa8e944e9ce]::me_returns_current_user::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:188:38
[INFO] [stdout]   23:     0x5eeeda48f3ff - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::me_returns_current_user::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1076:44
[INFO] [stdout]   24:     0x5eeeda487410 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::me_returns_current_user::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:827:13
[INFO] [stdout]   25:     0x5eeeda31e7c5 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::try_with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::me_returns_current_user::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   26:     0x5eeeda31d06e - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::me_returns_current_user::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   27:     0x5eeeda482db6 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::me_returns_current_user::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:825:17
[INFO] [stdout]   28:     0x5eeeda493446 - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::me_returns_current_user::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1066:22
[INFO] [stdout]   29:     0x5eeeda48af03 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until::<api_tests[d359dfa8e944e9ce]::me_returns_current_user::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:723:19
[INFO] [stdout]   30:     0x5eeeda40bbed - <core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::me_returns_current_user::{closure#0}>::{closure#0}>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x5eeeda40c52d - <core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::me_returns_current_user::{closure#0}>::{closure#0}>>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x5eeeda31b7fd - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::me_returns_current_user::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   33:     0x5eeeda31569b - tokio[a5673302f22d9ac5]::task::coop::with_budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::me_returns_current_user::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   34:     0x5eeeda31569b - tokio[a5673302f22d9ac5]::task::coop::budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::me_returns_current_user::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   35:     0x5eeeda31569b - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::me_returns_current_user::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   36:     0x5eeeda293b70 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Context>::enter::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::me_returns_current_user::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   37:     0x5eeeda2ea2dd - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::me_returns_current_user::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   38:     0x5eeeda2def44 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::me_returns_current_user::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   39:     0x5eeeda437dbb - <tokio[a5673302f22d9ac5]::runtime::context::scoped::Scoped<tokio[a5673302f22d9ac5]::runtime::scheduler::Context>>::set::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::me_returns_current_user::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   40:     0x5eeeda466139 - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::me_returns_current_user::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   41:     0x5eeeda327692 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::try_with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::me_returns_current_user::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   42:     0x5eeeda3201fe - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::me_returns_current_user::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   43:     0x5eeeda46284d - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::me_returns_current_user::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   44:     0x5eeeda2b8490 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::me_returns_current_user::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   45:     0x5eeeda2c7a26 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::me_returns_current_user::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   46:     0x5eeeda2cce20 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::me_returns_current_user::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   47:     0x5eeeda3d3eb3 - tokio[a5673302f22d9ac5]::runtime::context::runtime::enter_runtime::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::me_returns_current_user::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   48:     0x5eeeda28d733 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::me_returns_current_user::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   49:     0x5eeeda46fac1 - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on_inner::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::me_returns_current_user::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   50:     0x5eeeda477eab - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::me_returns_current_user::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   51:     0x5eeeda483c4d - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::block_on::<api_tests[d359dfa8e944e9ce]::me_returns_current_user::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:680:12
[INFO] [stdout]   52:     0x5eeeda4818e7 - <actix_rt[41e5c3aece9afc0d]::runtime::Runtime>::block_on::<api_tests[d359dfa8e944e9ce]::me_returns_current_user::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/runtime.rs:138:20
[INFO] [stdout]   53:     0x5eeeda4823e7 - <actix_rt[41e5c3aece9afc0d]::system::SystemRunner>::block_on::<api_tests[d359dfa8e944e9ce]::me_returns_current_user::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/system.rs:240:17
[INFO] [stdout]   54:     0x5eeeda389cb8 - api_tests[d359dfa8e944e9ce]::me_returns_current_user
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:186:1
[INFO] [stdout]   55:     0x5eeeda34a247 - api_tests[d359dfa8e944e9ce]::me_returns_current_user::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:187:35
[INFO] [stdout]   56:     0x5eeeda3a1806 - <api_tests[d359dfa8e944e9ce]::me_returns_current_user::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5eeeda73f92b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x5eeeda73f92b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   59:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   60:     0x5eeeda74d1a5 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   61:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   62:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   63:     0x5eeeda74d1a5 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   65:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   66:     0x5eeeda747d04 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   67:     0x5eeeda747d04 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   68:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   69:     0x5eeeda750222 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x5eeeda750222 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   74:     0x5eeeda750222 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   75:     0x5eeedafd4f8f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   76:     0x5eeedafd4f8f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   77:     0x73a82e0d6aa4 - <unknown>
[INFO] [stdout]   78:     0x73a82e163a64 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- create_board_as_member_returns_403 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'create_board_as_member_returns_403' (25) panicked at tests/common/mod.rs:22:45:
[INFO] [stdout] DATABASE_URL must be set for tests: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5eeedafd5828 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5eeedafd5828 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5eeedafed41a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5eeedafed41a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x5eeedafda722 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5eeedafda722 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5eeedafb38b6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5eeedafb38b6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5eeedafcd729 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5eeeda74c84c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x5eeeda74c84c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5eeedafcd9a2 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x5eeedafcd9a2 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5eeedafb3972 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5eeedafa88b9 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5eeedafb48ed - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5eeedafedc8c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5eeedafed9d2 - core[28b146924c2f19c6]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1872:5
[INFO] [stdout]   20:     0x5eeeda3f7ace - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::string::String, std[929523f510218772]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5eeeda416a5a - api_tests[d359dfa8e944e9ce]::common::create_pool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/common/mod.rs:22:45
[INFO] [stdout]   22:     0x5eeeda381385 - api_tests[d359dfa8e944e9ce]::create_board_as_member_returns_403::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:245:38
[INFO] [stdout]   23:     0x5eeeda49057f - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::create_board_as_member_returns_403::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1076:44
[INFO] [stdout]   24:     0x5eeeda488130 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::create_board_as_member_returns_403::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:827:13
[INFO] [stdout]   25:     0x5eeeda31f5c5 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::try_with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::create_board_as_member_returns_403::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   26:     0x5eeeda31d4ce - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::create_board_as_member_returns_403::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   27:     0x5eeeda483136 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::create_board_as_member_returns_403::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:825:17
[INFO] [stdout]   28:     0x5eeeda4938a6 - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::create_board_as_member_returns_403::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1066:22
[INFO] [stdout]   29:     0x5eeeda48d043 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until::<api_tests[d359dfa8e944e9ce]::create_board_as_member_returns_403::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:723:19
[INFO] [stdout]   30:     0x5eeeda40bf6d - <core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_board_as_member_returns_403::{closure#0}>::{closure#0}>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x5eeeda40c8ad - <core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_board_as_member_returns_403::{closure#0}>::{closure#0}>>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x5eeeda31bb7d - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_board_as_member_returns_403::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   33:     0x5eeeda316d5b - tokio[a5673302f22d9ac5]::task::coop::with_budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_board_as_member_returns_403::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   34:     0x5eeeda316d5b - tokio[a5673302f22d9ac5]::task::coop::budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_board_as_member_returns_403::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   35:     0x5eeeda316d5b - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_board_as_member_returns_403::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   36:     0x5eeeda296730 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Context>::enter::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_board_as_member_returns_403::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   37:     0x5eeeda2f379d - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_board_as_member_returns_403::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   38:     0x5eeeda2df104 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_board_as_member_returns_403::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   39:     0x5eeeda43901b - <tokio[a5673302f22d9ac5]::runtime::context::scoped::Scoped<tokio[a5673302f22d9ac5]::runtime::scheduler::Context>>::set::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_board_as_member_returns_403::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   40:     0x5eeeda4664b9 - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_board_as_member_returns_403::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   41:     0x5eeeda328812 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::try_with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_board_as_member_returns_403::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   42:     0x5eeeda32073e - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_board_as_member_returns_403::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   43:     0x5eeeda462bcd - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_board_as_member_returns_403::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   44:     0x5eeeda2bbe50 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_board_as_member_returns_403::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   45:     0x5eeeda2c8126 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_board_as_member_returns_403::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   46:     0x5eeeda2cfc80 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_board_as_member_returns_403::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   47:     0x5eeeda3d52d3 - tokio[a5673302f22d9ac5]::runtime::context::runtime::enter_runtime::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_board_as_member_returns_403::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   48:     0x5eeeda28e0d3 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_board_as_member_returns_403::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   49:     0x5eeeda4709a1 - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on_inner::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_board_as_member_returns_403::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   50:     0x5eeeda47a44b - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::create_board_as_member_returns_403::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   51:     0x5eeeda48444f - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::block_on::<api_tests[d359dfa8e944e9ce]::create_board_as_member_returns_403::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:680:12
[INFO] [stdout]   52:     0x5eeeda481d45 - <actix_rt[41e5c3aece9afc0d]::runtime::Runtime>::block_on::<api_tests[d359dfa8e944e9ce]::create_board_as_member_returns_403::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/runtime.rs:138:20
[INFO] [stdout]   53:     0x5eeeda4827b9 - <actix_rt[41e5c3aece9afc0d]::system::SystemRunner>::block_on::<api_tests[d359dfa8e944e9ce]::create_board_as_member_returns_403::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/system.rs:240:17
[INFO] [stdout]   54:     0x5eeeda38a446 - api_tests[d359dfa8e944e9ce]::create_board_as_member_returns_403
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:243:1
[INFO] [stdout]   55:     0x5eeeda34a4e7 - api_tests[d359dfa8e944e9ce]::create_board_as_member_returns_403::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:244:46
[INFO] [stdout]   56:     0x5eeeda3a1b86 - <api_tests[d359dfa8e944e9ce]::create_board_as_member_returns_403::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5eeeda73f92b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x5eeeda73f92b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   59:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   60:     0x5eeeda74d1a5 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   61:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   62:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   63:     0x5eeeda74d1a5 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   65:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   66:     0x5eeeda747d04 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   67:     0x5eeeda747d04 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   68:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   69:     0x5eeeda750222 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x5eeeda750222 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   74:     0x5eeeda750222 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   75:     0x5eeedafd4f8f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   76:     0x5eeedafd4f8f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   77:     0x73a82e0d6aa4 - <unknown>
[INFO] [stdout]   78:     0x73a82e163a64 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- member_cannot_create_tag stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'member_cannot_create_tag' (40) panicked at tests/common/mod.rs:22:45:
[INFO] [stdout] DATABASE_URL must be set for tests: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5eeedafd5828 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5eeedafd5828 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5eeedafed41a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5eeedafed41a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x5eeedafda722 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5eeedafda722 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5eeedafb38b6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5eeedafb38b6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5eeedafcd729 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5eeeda74c84c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x5eeeda74c84c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5eeedafcd9a2 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x5eeedafcd9a2 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5eeedafb3972 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5eeedafa88b9 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5eeedafb48ed - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5eeedafedc8c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5eeedafed9d2 - core[28b146924c2f19c6]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1872:5
[INFO] [stdout]   20:     0x5eeeda3f7ace - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::string::String, std[929523f510218772]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5eeeda416a5a - api_tests[d359dfa8e944e9ce]::common::create_pool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/common/mod.rs:22:45
[INFO] [stdout]   22:     0x5eeeda36e0da - api_tests[d359dfa8e944e9ce]::member_cannot_create_tag::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:887:38
[INFO] [stdout]   23:     0x5eeeda48f7bf - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::member_cannot_create_tag::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1076:44
[INFO] [stdout]   24:     0x5eeeda4876e0 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::member_cannot_create_tag::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:827:13
[INFO] [stdout]   25:     0x5eeeda31eac5 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::try_with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::member_cannot_create_tag::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   26:     0x5eeeda31d15e - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::member_cannot_create_tag::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   27:     0x5eeeda482e76 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::member_cannot_create_tag::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:825:17
[INFO] [stdout]   28:     0x5eeeda493536 - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::member_cannot_create_tag::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1066:22
[INFO] [stdout]   29:     0x5eeeda48b623 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until::<api_tests[d359dfa8e944e9ce]::member_cannot_create_tag::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:723:19
[INFO] [stdout]   30:     0x5eeeda40bcad - <core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::member_cannot_create_tag::{closure#0}>::{closure#0}>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x5eeeda40c5ed - <core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::member_cannot_create_tag::{closure#0}>::{closure#0}>>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x5eeeda31b8bd - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::member_cannot_create_tag::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   33:     0x5eeeda315b7b - tokio[a5673302f22d9ac5]::task::coop::with_budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::member_cannot_create_tag::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   34:     0x5eeeda315b7b - tokio[a5673302f22d9ac5]::task::coop::budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::member_cannot_create_tag::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   35:     0x5eeeda315b7b - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::member_cannot_create_tag::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   36:     0x5eeeda2944d0 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Context>::enter::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::member_cannot_create_tag::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   37:     0x5eeeda2ec2bd - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::member_cannot_create_tag::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   38:     0x5eeeda2defa4 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::member_cannot_create_tag::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   39:     0x5eeeda4381ab - <tokio[a5673302f22d9ac5]::runtime::context::scoped::Scoped<tokio[a5673302f22d9ac5]::runtime::scheduler::Context>>::set::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::member_cannot_create_tag::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   40:     0x5eeeda4661f9 - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::member_cannot_create_tag::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   41:     0x5eeeda327a52 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::try_with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::member_cannot_create_tag::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   42:     0x5eeeda32031e - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::member_cannot_create_tag::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   43:     0x5eeeda46290d - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::member_cannot_create_tag::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   44:     0x5eeeda2b90f0 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::member_cannot_create_tag::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   45:     0x5eeeda2c7ba6 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::member_cannot_create_tag::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   46:     0x5eeeda2cd810 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::member_cannot_create_tag::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   47:     0x5eeeda3d4303 - tokio[a5673302f22d9ac5]::runtime::context::runtime::enter_runtime::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::member_cannot_create_tag::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   48:     0x5eeeda28d943 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::member_cannot_create_tag::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   49:     0x5eeeda46fdf1 - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on_inner::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::member_cannot_create_tag::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   50:     0x5eeeda4786bb - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::member_cannot_create_tag::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   51:     0x5eeeda483dfd - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::block_on::<api_tests[d359dfa8e944e9ce]::member_cannot_create_tag::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:680:12
[INFO] [stdout]   52:     0x5eeeda4819d7 - <actix_rt[41e5c3aece9afc0d]::runtime::Runtime>::block_on::<api_tests[d359dfa8e944e9ce]::member_cannot_create_tag::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/runtime.rs:138:20
[INFO] [stdout]   53:     0x5eeeda4824b7 - <actix_rt[41e5c3aece9afc0d]::system::SystemRunner>::block_on::<api_tests[d359dfa8e944e9ce]::member_cannot_create_tag::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/system.rs:240:17
[INFO] [stdout]   54:     0x5eeeda389e58 - api_tests[d359dfa8e944e9ce]::member_cannot_create_tag
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:885:1
[INFO] [stdout]   55:     0x5eeeda34a2d7 - api_tests[d359dfa8e944e9ce]::member_cannot_create_tag::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:886:36
[INFO] [stdout]   56:     0x5eeeda3a18c6 - <api_tests[d359dfa8e944e9ce]::member_cannot_create_tag::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5eeeda73f92b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x5eeeda73f92b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   59:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   60:     0x5eeeda74d1a5 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   61:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   62:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   63:     0x5eeeda74d1a5 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   65:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   66:     0x5eeeda747d04 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   67:     0x5eeeda747d04 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   68:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   69:     0x5eeeda750222 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x5eeeda750222 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   74:     0x5eeeda750222 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   75:     0x5eeedafd4f8f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   76:     0x5eeedafd4f8f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   77:     0x73a82e0d6aa4 - <unknown>
[INFO] [stdout]   78:     0x73a82e163a64 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- member_comment_not_admin_reply stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'member_comment_not_admin_reply' (41) panicked at tests/common/mod.rs:22:45:
[INFO] [stdout] DATABASE_URL must be set for tests: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5eeedafd5828 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5eeedafd5828 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5eeedafed41a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5eeedafed41a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x5eeedafda722 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5eeedafda722 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5eeedafb38b6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5eeedafb38b6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5eeedafcd729 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5eeeda74c84c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x5eeeda74c84c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5eeedafcd9a2 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x5eeedafcd9a2 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5eeedafb3972 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5eeedafa88b9 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5eeedafb48ed - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5eeedafedc8c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5eeedafed9d2 - core[28b146924c2f19c6]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1872:5
[INFO] [stdout]   20:     0x5eeeda3f7ace - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::string::String, std[929523f510218772]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5eeeda416a5a - api_tests[d359dfa8e944e9ce]::common::create_pool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/common/mod.rs:22:45
[INFO] [stdout]   22:     0x5eeeda371c2a - api_tests[d359dfa8e944e9ce]::member_comment_not_admin_reply::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:653:38
[INFO] [stdout]   23:     0x5eeeda48fb7f - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::member_comment_not_admin_reply::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1076:44
[INFO] [stdout]   24:     0x5eeeda4879b0 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::member_comment_not_admin_reply::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:827:13
[INFO] [stdout]   25:     0x5eeeda31edc5 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::try_with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::member_comment_not_admin_reply::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   26:     0x5eeeda31d24e - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::member_comment_not_admin_reply::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   27:     0x5eeeda482f36 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::member_comment_not_admin_reply::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:825:17
[INFO] [stdout]   28:     0x5eeeda493626 - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::member_comment_not_admin_reply::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1066:22
[INFO] [stdout]   29:     0x5eeeda48bd43 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until::<api_tests[d359dfa8e944e9ce]::member_comment_not_admin_reply::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:723:19
[INFO] [stdout]   30:     0x5eeeda40bd6d - <core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::member_comment_not_admin_reply::{closure#0}>::{closure#0}>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x5eeeda40c6ad - <core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::member_comment_not_admin_reply::{closure#0}>::{closure#0}>>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x5eeeda31b97d - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::member_comment_not_admin_reply::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   33:     0x5eeeda31605b - tokio[a5673302f22d9ac5]::task::coop::with_budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::member_comment_not_admin_reply::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   34:     0x5eeeda31605b - tokio[a5673302f22d9ac5]::task::coop::budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::member_comment_not_admin_reply::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   35:     0x5eeeda31605b - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::member_comment_not_admin_reply::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   36:     0x5eeeda294e30 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Context>::enter::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::member_comment_not_admin_reply::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   37:     0x5eeeda2ee29d - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::member_comment_not_admin_reply::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   38:     0x5eeeda2df004 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::member_comment_not_admin_reply::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   39:     0x5eeeda43859b - <tokio[a5673302f22d9ac5]::runtime::context::scoped::Scoped<tokio[a5673302f22d9ac5]::runtime::scheduler::Context>>::set::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::member_comment_not_admin_reply::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   40:     0x5eeeda4662b9 - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::member_comment_not_admin_reply::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   41:     0x5eeeda327e12 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::try_with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::member_comment_not_admin_reply::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   42:     0x5eeeda32043e - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::member_comment_not_admin_reply::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   43:     0x5eeeda4629cd - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::member_comment_not_admin_reply::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   44:     0x5eeeda2b9d50 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::member_comment_not_admin_reply::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   45:     0x5eeeda2c7d26 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::member_comment_not_admin_reply::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   46:     0x5eeeda2ce200 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::member_comment_not_admin_reply::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   47:     0x5eeeda3d4753 - tokio[a5673302f22d9ac5]::runtime::context::runtime::enter_runtime::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::member_comment_not_admin_reply::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   48:     0x5eeeda28db53 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::member_comment_not_admin_reply::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   49:     0x5eeeda470121 - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on_inner::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::member_comment_not_admin_reply::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   50:     0x5eeeda478ecb - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::member_comment_not_admin_reply::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   51:     0x5eeeda483fad - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::block_on::<api_tests[d359dfa8e944e9ce]::member_comment_not_admin_reply::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:680:12
[INFO] [stdout]   52:     0x5eeeda481ac7 - <actix_rt[41e5c3aece9afc0d]::runtime::Runtime>::block_on::<api_tests[d359dfa8e944e9ce]::member_comment_not_admin_reply::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/runtime.rs:138:20
[INFO] [stdout]   53:     0x5eeeda482587 - <actix_rt[41e5c3aece9afc0d]::system::SystemRunner>::block_on::<api_tests[d359dfa8e944e9ce]::member_comment_not_admin_reply::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/system.rs:240:17
[INFO] [stdout]   54:     0x5eeeda389ff8 - api_tests[d359dfa8e944e9ce]::member_comment_not_admin_reply
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:651:1
[INFO] [stdout]   55:     0x5eeeda34a367 - api_tests[d359dfa8e944e9ce]::member_comment_not_admin_reply::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:652:42
[INFO] [stdout]   56:     0x5eeeda3a1986 - <api_tests[d359dfa8e944e9ce]::member_comment_not_admin_reply::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5eeeda73f92b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x5eeeda73f92b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   59:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   60:     0x5eeeda74d1a5 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   61:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   62:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   63:     0x5eeeda74d1a5 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   65:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   66:     0x5eeeda747d04 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   67:     0x5eeeda747d04 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   68:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   69:     0x5eeeda750222 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x5eeeda750222 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   74:     0x5eeeda750222 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   75:     0x5eeedafd4f8f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   76:     0x5eeedafd4f8f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   77:     0x73a82e0d6aa4 - <unknown>
[INFO] [stdout]   78:     0x73a82e163a64 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- register_creates_org_automatically stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'register_creates_org_automatically' (43) panicked at tests/common/mod.rs:22:45:
[INFO] [stdout] DATABASE_URL must be set for tests: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5eeedafd5828 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5eeedafd5828 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5eeedafed41a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5eeedafed41a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x5eeedafda722 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5eeedafda722 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5eeedafb38b6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5eeedafb38b6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5eeedafcd729 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5eeeda74c84c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x5eeeda74c84c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5eeedafcd9a2 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x5eeedafcd9a2 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5eeedafb3972 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5eeedafa88b9 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5eeedafb48ed - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5eeedafedc8c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5eeedafed9d2 - core[28b146924c2f19c6]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1872:5
[INFO] [stdout]   20:     0x5eeeda3f7ace - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::string::String, std[929523f510218772]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5eeeda416a5a - api_tests[d359dfa8e944e9ce]::common::create_pool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/common/mod.rs:22:45
[INFO] [stdout]   22:     0x5eeeda3825fa - api_tests[d359dfa8e944e9ce]::register_creates_org_automatically::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:38:38
[INFO] [stdout]   23:     0x5eeeda4906bf - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::register_creates_org_automatically::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1076:44
[INFO] [stdout]   24:     0x5eeeda488220 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::register_creates_org_automatically::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:827:13
[INFO] [stdout]   25:     0x5eeeda31f6c5 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::try_with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::register_creates_org_automatically::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   26:     0x5eeeda31d51e - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::register_creates_org_automatically::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   27:     0x5eeeda483176 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::register_creates_org_automatically::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:825:17
[INFO] [stdout]   28:     0x5eeeda4938f6 - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::register_creates_org_automatically::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1066:22
[INFO] [stdout]   29:     0x5eeeda48d2a3 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until::<api_tests[d359dfa8e944e9ce]::register_creates_org_automatically::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:723:19
[INFO] [stdout]   30:     0x5eeeda40bfad - <core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_creates_org_automatically::{closure#0}>::{closure#0}>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x5eeeda40c8ed - <core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_creates_org_automatically::{closure#0}>::{closure#0}>>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x5eeeda31bbbd - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_creates_org_automatically::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   33:     0x5eeeda316efb - tokio[a5673302f22d9ac5]::task::coop::with_budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_creates_org_automatically::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   34:     0x5eeeda316efb - tokio[a5673302f22d9ac5]::task::coop::budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_creates_org_automatically::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   35:     0x5eeeda316efb - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_creates_org_automatically::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   36:     0x5eeeda296a50 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Context>::enter::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_creates_org_automatically::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   37:     0x5eeeda2f423d - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_creates_org_automatically::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   38:     0x5eeeda2df124 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_creates_org_automatically::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   39:     0x5eeeda43916b - <tokio[a5673302f22d9ac5]::runtime::context::scoped::Scoped<tokio[a5673302f22d9ac5]::runtime::scheduler::Context>>::set::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_creates_org_automatically::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   40:     0x5eeeda4664f9 - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_creates_org_automatically::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   41:     0x5eeeda328952 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::try_with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_creates_org_automatically::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   42:     0x5eeeda32079e - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_creates_org_automatically::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   43:     0x5eeeda462c0d - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_creates_org_automatically::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   44:     0x5eeeda2bc270 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_creates_org_automatically::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   45:     0x5eeeda2c81a6 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_creates_org_automatically::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   46:     0x5eeeda2cffd0 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_creates_org_automatically::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   47:     0x5eeeda3d5443 - tokio[a5673302f22d9ac5]::runtime::context::runtime::enter_runtime::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_creates_org_automatically::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   48:     0x5eeeda28e183 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_creates_org_automatically::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   49:     0x5eeeda470ab1 - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on_inner::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_creates_org_automatically::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   50:     0x5eeeda47a6fb - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_creates_org_automatically::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   51:     0x5eeeda4844dd - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::block_on::<api_tests[d359dfa8e944e9ce]::register_creates_org_automatically::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:680:12
[INFO] [stdout]   52:     0x5eeeda481d97 - <actix_rt[41e5c3aece9afc0d]::runtime::Runtime>::block_on::<api_tests[d359dfa8e944e9ce]::register_creates_org_automatically::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/runtime.rs:138:20
[INFO] [stdout]   53:     0x5eeeda482807 - <actix_rt[41e5c3aece9afc0d]::system::SystemRunner>::block_on::<api_tests[d359dfa8e944e9ce]::register_creates_org_automatically::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/system.rs:240:17
[INFO] [stdout]   54:     0x5eeeda38a4c8 - api_tests[d359dfa8e944e9ce]::register_creates_org_automatically
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:36:1
[INFO] [stdout]   55:     0x5eeeda34a517 - api_tests[d359dfa8e944e9ce]::register_creates_org_automatically::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:37:46
[INFO] [stdout]   56:     0x5eeeda3a1bc6 - <api_tests[d359dfa8e944e9ce]::register_creates_org_automatically::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5eeeda73f92b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x5eeeda73f92b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   59:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   60:     0x5eeeda74d1a5 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   61:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   62:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   63:     0x5eeeda74d1a5 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   65:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   66:     0x5eeeda747d04 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   67:     0x5eeeda747d04 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   68:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   69:     0x5eeeda750222 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x5eeeda750222 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   74:     0x5eeeda750222 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   75:     0x5eeedafd4f8f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   76:     0x5eeedafd4f8f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   77:     0x73a82e0d6aa4 - <unknown>
[INFO] [stdout]   78:     0x73a82e163a64 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- multiple_users_can_vote stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'multiple_users_can_vote' (42) panicked at tests/common/mod.rs:22:45:
[INFO] [stdout] DATABASE_URL must be set for tests: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5eeedafd5828 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5eeedafd5828 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5eeedafed41a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5eeedafed41a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x5eeedafda722 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5eeedafda722 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5eeedafb38b6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5eeedafb38b6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5eeedafcd729 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5eeeda74c84c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x5eeeda74c84c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5eeedafcd9a2 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x5eeedafcd9a2 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5eeedafb3972 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5eeedafa88b9 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5eeedafb48ed - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5eeedafedc8c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5eeedafed9d2 - core[28b146924c2f19c6]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1872:5
[INFO] [stdout]   20:     0x5eeeda3f7ace - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::string::String, std[929523f510218772]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5eeeda416a5a - api_tests[d359dfa8e944e9ce]::common::create_pool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/common/mod.rs:22:45
[INFO] [stdout]   22:     0x5eeeda369c58 - api_tests[d359dfa8e944e9ce]::multiple_users_can_vote::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:587:38
[INFO] [stdout]   23:     0x5eeeda48f53f - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::multiple_users_can_vote::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1076:44
[INFO] [stdout]   24:     0x5eeeda487500 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::multiple_users_can_vote::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:827:13
[INFO] [stdout]   25:     0x5eeeda31e8c5 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::try_with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::multiple_users_can_vote::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   26:     0x5eeeda31d0be - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::multiple_users_can_vote::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   27:     0x5eeeda482df6 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::multiple_users_can_vote::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:825:17
[INFO] [stdout]   28:     0x5eeeda493496 - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::multiple_users_can_vote::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1066:22
[INFO] [stdout]   29:     0x5eeeda48b163 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until::<api_tests[d359dfa8e944e9ce]::multiple_users_can_vote::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:723:19
[INFO] [stdout]   30:     0x5eeeda40bc2d - <core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::multiple_users_can_vote::{closure#0}>::{closure#0}>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x5eeeda40c56d - <core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::multiple_users_can_vote::{closure#0}>::{closure#0}>>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x5eeeda31b83d - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::multiple_users_can_vote::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   33:     0x5eeeda31583b - tokio[a5673302f22d9ac5]::task::coop::with_budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::multiple_users_can_vote::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   34:     0x5eeeda31583b - tokio[a5673302f22d9ac5]::task::coop::budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::multiple_users_can_vote::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   35:     0x5eeeda31583b - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::multiple_users_can_vote::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   36:     0x5eeeda293e90 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Context>::enter::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::multiple_users_can_vote::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   37:     0x5eeeda2ead7d - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::multiple_users_can_vote::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   38:     0x5eeeda2def64 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::multiple_users_can_vote::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   39:     0x5eeeda437f0b - <tokio[a5673302f22d9ac5]::runtime::context::scoped::Scoped<tokio[a5673302f22d9ac5]::runtime::scheduler::Context>>::set::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::multiple_users_can_vote::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   40:     0x5eeeda466179 - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::multiple_users_can_vote::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   41:     0x5eeeda3277d2 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::try_with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::multiple_users_can_vote::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   42:     0x5eeeda32025e - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::multiple_users_can_vote::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   43:     0x5eeeda46288d - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::multiple_users_can_vote::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   44:     0x5eeeda2b88b0 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::multiple_users_can_vote::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   45:     0x5eeeda2c7aa6 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::multiple_users_can_vote::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   46:     0x5eeeda2cd170 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::multiple_users_can_vote::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   47:     0x5eeeda3d4023 - tokio[a5673302f22d9ac5]::runtime::context::runtime::enter_runtime::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::multiple_users_can_vote::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   48:     0x5eeeda28d7e3 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::multiple_users_can_vote::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   49:     0x5eeeda46fbd1 - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on_inner::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::multiple_users_can_vote::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   50:     0x5eeeda47815b - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::multiple_users_can_vote::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   51:     0x5eeeda483cdf - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::block_on::<api_tests[d359dfa8e944e9ce]::multiple_users_can_vote::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:680:12
[INFO] [stdout]   52:     0x5eeeda481935 - <actix_rt[41e5c3aece9afc0d]::runtime::Runtime>::block_on::<api_tests[d359dfa8e944e9ce]::multiple_users_can_vote::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/runtime.rs:138:20
[INFO] [stdout]   53:     0x5eeeda482429 - <actix_rt[41e5c3aece9afc0d]::system::SystemRunner>::block_on::<api_tests[d359dfa8e944e9ce]::multiple_users_can_vote::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/system.rs:240:17
[INFO] [stdout]   54:     0x5eeeda389d46 - api_tests[d359dfa8e944e9ce]::multiple_users_can_vote
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:585:1
[INFO] [stdout]   55:     0x5eeeda34a277 - api_tests[d359dfa8e944e9ce]::multiple_users_can_vote::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:586:35
[INFO] [stdout]   56:     0x5eeeda3a1846 - <api_tests[d359dfa8e944e9ce]::multiple_users_can_vote::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5eeeda73f92b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x5eeeda73f92b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   59:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   60:     0x5eeeda74d1a5 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   61:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   62:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   63:     0x5eeeda74d1a5 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   65:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   66:     0x5eeeda747d04 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   67:     0x5eeeda747d04 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   68:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   69:     0x5eeeda750222 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x5eeeda750222 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   74:     0x5eeeda750222 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   75:     0x5eeedafd4f8f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   76:     0x5eeedafd4f8f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   77:     0x73a82e0d6aa4 - <unknown>
[INFO] [stdout]   78:     0x73a82e163a64 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- register_duplicate_email_fails stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'register_duplicate_email_fails' (44) panicked at tests/common/mod.rs:22:45:
[INFO] [stdout] DATABASE_URL must be set for tests: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5eeedafd5828 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5eeedafd5828 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5eeedafed41a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5eeedafed41a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x5eeedafda722 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5eeedafda722 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5eeedafb38b6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5eeedafb38b6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5eeedafcd729 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5eeeda74c84c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x5eeeda74c84c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5eeedafcd9a2 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x5eeedafcd9a2 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5eeedafb3972 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5eeedafa88b9 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5eeedafb48ed - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5eeedafedc8c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5eeedafed9d2 - core[28b146924c2f19c6]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1872:5
[INFO] [stdout]   20:     0x5eeeda3f7ace - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::string::String, std[929523f510218772]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5eeeda416a5a - api_tests[d359dfa8e944e9ce]::common::create_pool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/common/mod.rs:22:45
[INFO] [stdout]   22:     0x5eeeda37357e - api_tests[d359dfa8e944e9ce]::register_duplicate_email_fails::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:59:38
[INFO] [stdout]   23:     0x5eeeda48fcbf - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::register_duplicate_email_fails::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1076:44
[INFO] [stdout]   24:     0x5eeeda487aa0 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::register_duplicate_email_fails::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:827:13
[INFO] [stdout]   25:     0x5eeeda31eec5 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::try_with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::register_duplicate_email_fails::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   26:     0x5eeeda31d29e - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::register_duplicate_email_fails::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   27:     0x5eeeda482f76 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::register_duplicate_email_fails::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:825:17
[INFO] [stdout]   28:     0x5eeeda493676 - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::register_duplicate_email_fails::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1066:22
[INFO] [stdout]   29:     0x5eeeda48bfa3 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until::<api_tests[d359dfa8e944e9ce]::register_duplicate_email_fails::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:723:19
[INFO] [stdout]   30:     0x5eeeda40bdad - <core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_duplicate_email_fails::{closure#0}>::{closure#0}>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x5eeeda40c6ed - <core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_duplicate_email_fails::{closure#0}>::{closure#0}>>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x5eeeda31b9bd - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_duplicate_email_fails::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   33:     0x5eeeda3161fb - tokio[a5673302f22d9ac5]::task::coop::with_budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_duplicate_email_fails::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   34:     0x5eeeda3161fb - tokio[a5673302f22d9ac5]::task::coop::budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_duplicate_email_fails::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   35:     0x5eeeda3161fb - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_duplicate_email_fails::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   36:     0x5eeeda295150 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Context>::enter::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_duplicate_email_fails::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   37:     0x5eeeda2eed3d - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_duplicate_email_fails::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   38:     0x5eeeda2df024 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_duplicate_email_fails::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   39:     0x5eeeda4386eb - <tokio[a5673302f22d9ac5]::runtime::context::scoped::Scoped<tokio[a5673302f22d9ac5]::runtime::scheduler::Context>>::set::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_duplicate_email_fails::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   40:     0x5eeeda4662f9 - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_duplicate_email_fails::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   41:     0x5eeeda327f52 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::try_with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_duplicate_email_fails::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   42:     0x5eeeda32049e - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_duplicate_email_fails::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   43:     0x5eeeda462a0d - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_duplicate_email_fails::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   44:     0x5eeeda2ba170 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_duplicate_email_fails::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   45:     0x5eeeda2c7da6 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_duplicate_email_fails::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   46:     0x5eeeda2ce550 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_duplicate_email_fails::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   47:     0x5eeeda3d48c3 - tokio[a5673302f22d9ac5]::runtime::context::runtime::enter_runtime::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_duplicate_email_fails::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   48:     0x5eeeda28dc03 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_duplicate_email_fails::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   49:     0x5eeeda470231 - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on_inner::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_duplicate_email_fails::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   50:     0x5eeeda47917b - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_duplicate_email_fails::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   51:     0x5eeeda48403d - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::block_on::<api_tests[d359dfa8e944e9ce]::register_duplicate_email_fails::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:680:12
[INFO] [stdout]   52:     0x5eeeda481b17 - <actix_rt[41e5c3aece9afc0d]::runtime::Runtime>::block_on::<api_tests[d359dfa8e944e9ce]::register_duplicate_email_fails::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/runtime.rs:138:20
[INFO] [stdout]   53:     0x5eeeda4825c7 - <actix_rt[41e5c3aece9afc0d]::system::SystemRunner>::block_on::<api_tests[d359dfa8e944e9ce]::register_duplicate_email_fails::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/system.rs:240:17
[INFO] [stdout]   54:     0x5eeeda38a088 - api_tests[d359dfa8e944e9ce]::register_duplicate_email_fails
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:57:1
[INFO] [stdout]   55:     0x5eeeda34a397 - api_tests[d359dfa8e944e9ce]::register_duplicate_email_fails::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:58:42
[INFO] [stdout]   56:     0x5eeeda3a19c6 - <api_tests[d359dfa8e944e9ce]::register_duplicate_email_fails::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5eeeda73f92b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x5eeeda73f92b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   59:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   60:     0x5eeeda74d1a5 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   61:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   62:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   63:     0x5eeeda74d1a5 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   65:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   66:     0x5eeeda747d04 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   67:     0x5eeeda747d04 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   68:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   69:     0x5eeeda750222 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x5eeeda750222 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   74:     0x5eeeda750222 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   75:     0x5eeedafd4f8f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   76:     0x5eeedafd4f8f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   77:     0x73a82e0d6aa4 - <unknown>
[INFO] [stdout]   78:     0x73a82e163a64 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- register_validation_rejects_invalid_email stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'register_validation_rejects_invalid_email' (46) panicked at tests/common/mod.rs:22:45:
[INFO] [stdout] DATABASE_URL must be set for tests: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5eeedafd5828 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5eeedafd5828 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5eeedafed41a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5eeedafed41a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x5eeedafda722 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5eeedafda722 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5eeedafb38b6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5eeedafb38b6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5eeedafcd729 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5eeeda74c84c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x5eeeda74c84c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5eeedafcd9a2 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x5eeedafcd9a2 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5eeedafb3972 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5eeedafa88b9 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5eeedafb48ed - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5eeedafedc8c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5eeedafed9d2 - core[28b146924c2f19c6]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1872:5
[INFO] [stdout]   20:     0x5eeeda3f7ace - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::string::String, std[929523f510218772]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5eeeda416a5a - api_tests[d359dfa8e944e9ce]::common::create_pool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/common/mod.rs:22:45
[INFO] [stdout]   22:     0x5eeeda386186 - api_tests[d359dfa8e944e9ce]::register_validation_rejects_invalid_email::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:107:38
[INFO] [stdout]   23:     0x5eeeda490a7f - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::register_validation_rejects_invalid_email::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1076:44
[INFO] [stdout]   24:     0x5eeeda4884f0 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::register_validation_rejects_invalid_email::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:827:13
[INFO] [stdout]   25:     0x5eeeda31f9c5 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::try_with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::register_validation_rejects_invalid_email::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   26:     0x5eeeda31d60e - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::register_validation_rejects_invalid_email::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   27:     0x5eeeda483236 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::register_validation_rejects_invalid_email::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:825:17
[INFO] [stdout]   28:     0x5eeeda4939e6 - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::register_validation_rejects_invalid_email::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1066:22
[INFO] [stdout]   29:     0x5eeeda48d9c3 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until::<api_tests[d359dfa8e944e9ce]::register_validation_rejects_invalid_email::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:723:19
[INFO] [stdout]   30:     0x5eeeda40c06d - <core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_validation_rejects_invalid_email::{closure#0}>::{closure#0}>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x5eeeda40c9ad - <core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_validation_rejects_invalid_email::{closure#0}>::{closure#0}>>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x5eeeda31bc7d - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_validation_rejects_invalid_email::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   33:     0x5eeeda3173db - tokio[a5673302f22d9ac5]::task::coop::with_budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_validation_rejects_invalid_email::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   34:     0x5eeeda3173db - tokio[a5673302f22d9ac5]::task::coop::budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_validation_rejects_invalid_email::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   35:     0x5eeeda3173db - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_validation_rejects_invalid_email::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   36:     0x5eeeda2973b0 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Context>::enter::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_validation_rejects_invalid_email::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   37:     0x5eeeda2f621d - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_validation_rejects_invalid_email::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   38:     0x5eeeda2df184 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_validation_rejects_invalid_email::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   39:     0x5eeeda43955b - <tokio[a5673302f22d9ac5]::runtime::context::scoped::Scoped<tokio[a5673302f22d9ac5]::runtime::scheduler::Context>>::set::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_validation_rejects_invalid_email::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   40:     0x5eeeda4665b9 - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_validation_rejects_invalid_email::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   41:     0x5eeeda328d12 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::try_with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_validation_rejects_invalid_email::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   42:     0x5eeeda3208be - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_validation_rejects_invalid_email::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   43:     0x5eeeda462ccd - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_validation_rejects_invalid_email::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   44:     0x5eeeda2bced0 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_validation_rejects_invalid_email::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   45:     0x5eeeda2c8326 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_validation_rejects_invalid_email::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   46:     0x5eeeda2d09c0 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_validation_rejects_invalid_email::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   47:     0x5eeeda3d5893 - tokio[a5673302f22d9ac5]::runtime::context::runtime::enter_runtime::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_validation_rejects_invalid_email::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   48:     0x5eeeda28e393 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_validation_rejects_invalid_email::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   49:     0x5eeeda470de1 - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on_inner::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_validation_rejects_invalid_email::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   50:     0x5eeeda47af0b - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_validation_rejects_invalid_email::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   51:     0x5eeeda48468f - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::block_on::<api_tests[d359dfa8e944e9ce]::register_validation_rejects_invalid_email::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:680:12
[INFO] [stdout]   52:     0x5eeeda481e85 - <actix_rt[41e5c3aece9afc0d]::runtime::Runtime>::block_on::<api_tests[d359dfa8e944e9ce]::register_validation_rejects_invalid_email::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/runtime.rs:138:20
[INFO] [stdout]   53:     0x5eeeda4828d9 - <actix_rt[41e5c3aece9afc0d]::system::SystemRunner>::block_on::<api_tests[d359dfa8e944e9ce]::register_validation_rejects_invalid_email::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/system.rs:240:17
[INFO] [stdout]   54:     0x5eeeda38a666 - api_tests[d359dfa8e944e9ce]::register_validation_rejects_invalid_email
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:105:1
[INFO] [stdout]   55:     0x5eeeda34a5a7 - api_tests[d359dfa8e944e9ce]::register_validation_rejects_invalid_email::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:106:53
[INFO] [stdout]   56:     0x5eeeda3a1c86 - <api_tests[d359dfa8e944e9ce]::register_validation_rejects_invalid_email::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5eeeda73f92b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x5eeeda73f92b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   59:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   60:     0x5eeeda74d1a5 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   61:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   62:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   63:     0x5eeeda74d1a5 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   65:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   66:     0x5eeeda747d04 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   67:     0x5eeeda747d04 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   68:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   69:     0x5eeeda750222 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x5eeeda750222 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   74:     0x5eeeda750222 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   75:     0x5eeedafd4f8f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   76:     0x5eeedafd4f8f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   77:     0x73a82e0d6aa4 - <unknown>
[INFO] [stdout]   78:     0x73a82e163a64 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tag_default_color stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tag_default_color' (48) panicked at tests/common/mod.rs:22:45:
[INFO] [stdout] DATABASE_URL must be set for tests: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5eeedafd5828 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5eeedafd5828 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5eeedafed41a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5eeedafed41a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x5eeedafda722 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5eeedafda722 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5eeedafb38b6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5eeedafb38b6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5eeedafcd729 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5eeeda74c84c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x5eeeda74c84c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5eeedafcd9a2 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x5eeedafcd9a2 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5eeedafb3972 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5eeedafa88b9 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5eeedafb48ed - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5eeedafedc8c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5eeedafed9d2 - core[28b146924c2f19c6]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1872:5
[INFO] [stdout]   20:     0x5eeeda3f7ace - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::string::String, std[929523f510218772]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5eeeda416a5a - api_tests[d359dfa8e944e9ce]::common::create_pool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/common/mod.rs:22:45
[INFO] [stdout]   22:     0x5eeeda356f11 - api_tests[d359dfa8e944e9ce]::tag_default_color::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:794:38
[INFO] [stdout]   23:     0x5eeeda48e77f - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::tag_default_color::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1076:44
[INFO] [stdout]   24:     0x5eeeda486ab0 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::tag_default_color::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:827:13
[INFO] [stdout]   25:     0x5eeeda31ddc5 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::try_with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::tag_default_color::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   26:     0x5eeeda31cd4e - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::tag_default_color::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   27:     0x5eeeda482b36 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::tag_default_color::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:825:17
[INFO] [stdout]   28:     0x5eeeda493126 - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::tag_default_color::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1066:22
[INFO] [stdout]   29:     0x5eeeda489743 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until::<api_tests[d359dfa8e944e9ce]::tag_default_color::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:723:19
[INFO] [stdout]   30:     0x5eeeda40b96d - <core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::tag_default_color::{closure#0}>::{closure#0}>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x5eeeda40c2ad - <core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::tag_default_color::{closure#0}>::{closure#0}>>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x5eeeda31b57d - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::tag_default_color::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   33:     0x5eeeda31465b - tokio[a5673302f22d9ac5]::task::coop::with_budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::tag_default_color::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   34:     0x5eeeda31465b - tokio[a5673302f22d9ac5]::task::coop::budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::tag_default_color::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   35:     0x5eeeda31465b - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::tag_default_color::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   36:     0x5eeeda291c30 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Context>::enter::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::tag_default_color::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   37:     0x5eeeda2e389d - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::tag_default_color::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   38:     0x5eeeda2dee04 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::tag_default_color::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   39:     0x5eeeda43709b - <tokio[a5673302f22d9ac5]::runtime::context::scoped::Scoped<tokio[a5673302f22d9ac5]::runtime::scheduler::Context>>::set::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::tag_default_color::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   40:     0x5eeeda465eb9 - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::tag_default_color::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   41:     0x5eeeda326a12 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::try_with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::tag_default_color::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   42:     0x5eeeda31fe3e - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::tag_default_color::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   43:     0x5eeeda4625cd - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::tag_default_color::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   44:     0x5eeeda2b5b50 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::tag_default_color::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   45:     0x5eeeda2c7526 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::tag_default_color::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   46:     0x5eeeda2cad00 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::tag_default_color::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   47:     0x5eeeda3d3053 - tokio[a5673302f22d9ac5]::runtime::context::runtime::enter_runtime::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::tag_default_color::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   48:     0x5eeeda28d053 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::tag_default_color::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   49:     0x5eeeda46f021 - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on_inner::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::tag_default_color::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   50:     0x5eeeda4763cb - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::tag_default_color::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   51:     0x5eeeda4836af - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::block_on::<api_tests[d359dfa8e944e9ce]::tag_default_color::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:680:12
[INFO] [stdout]   52:     0x5eeeda4815c5 - <actix_rt[41e5c3aece9afc0d]::runtime::Runtime>::block_on::<api_tests[d359dfa8e944e9ce]::tag_default_color::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/runtime.rs:138:20
[INFO] [stdout]   53:     0x5eeeda482129 - <actix_rt[41e5c3aece9afc0d]::system::SystemRunner>::block_on::<api_tests[d359dfa8e944e9ce]::tag_default_color::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/system.rs:240:17
[INFO] [stdout]   54:     0x5eeeda389756 - api_tests[d359dfa8e944e9ce]::tag_default_color
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:792:1
[INFO] [stdout]   55:     0x5eeeda34a067 - api_tests[d359dfa8e944e9ce]::tag_default_color::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:793:29
[INFO] [stdout]   56:     0x5eeeda3a1586 - <api_tests[d359dfa8e944e9ce]::tag_default_color::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5eeeda73f92b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x5eeeda73f92b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   59:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   60:     0x5eeeda74d1a5 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   61:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   62:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   63:     0x5eeeda74d1a5 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   65:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   66:     0x5eeeda747d04 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   67:     0x5eeeda747d04 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   68:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   69:     0x5eeeda750222 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x5eeeda750222 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   74:     0x5eeeda750222 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   75:     0x5eeedafd4f8f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   76:     0x5eeedafd4f8f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   77:     0x73a82e0d6aa4 - <unknown>
[INFO] [stdout]   78:     0x73a82e163a64 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- login_wrong_password_returns_401 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'login_wrong_password_returns_401' (37) panicked at tests/common/mod.rs:22:45:
[INFO] [stdout] DATABASE_URL must be set for tests: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5eeedafd5828 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5eeedafd5828 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5eeedafed41a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5eeedafed41a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x5eeedafda722 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5eeedafda722 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5eeedafb38b6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5eeedafb38b6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5eeedafcd729 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5eeeda74c84c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x5eeeda74c84c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5eeedafcd9a2 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x5eeedafcd9a2 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5eeedafb3972 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5eeedafa88b9 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5eeedafb48ed - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5eeedafedc8c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5eeedafed9d2 - core[28b146924c2f19c6]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1872:5
[INFO] [stdout]   20:     0x5eeeda3f7ace - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::string::String, std[929523f510218772]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5eeeda416a5a - api_tests[d359dfa8e944e9ce]::common::create_pool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/common/mod.rs:22:45
[INFO] [stdout]   22:     0x5eeeda37c81e - api_tests[d359dfa8e944e9ce]::login_wrong_password_returns_401::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:159:38
[INFO] [stdout]   23:     0x5eeeda4901bf - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::login_wrong_password_returns_401::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1076:44
[INFO] [stdout]   24:     0x5eeeda487e60 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::login_wrong_password_returns_401::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:827:13
[INFO] [stdout]   25:     0x5eeeda31f2c5 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::try_with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::login_wrong_password_returns_401::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   26:     0x5eeeda31d3de - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::login_wrong_password_returns_401::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   27:     0x5eeeda483076 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::login_wrong_password_returns_401::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:825:17
[INFO] [stdout]   28:     0x5eeeda4937b6 - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::login_wrong_password_returns_401::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1066:22
[INFO] [stdout]   29:     0x5eeeda48c923 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until::<api_tests[d359dfa8e944e9ce]::login_wrong_password_returns_401::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:723:19
[INFO] [stdout]   30:     0x5eeeda40bead - <core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::login_wrong_password_returns_401::{closure#0}>::{closure#0}>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x5eeeda40c7ed - <core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::login_wrong_password_returns_401::{closure#0}>::{closure#0}>>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x5eeeda31babd - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::login_wrong_password_returns_401::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   33:     0x5eeeda31687b - tokio[a5673302f22d9ac5]::task::coop::with_budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::login_wrong_password_returns_401::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   34:     0x5eeeda31687b - tokio[a5673302f22d9ac5]::task::coop::budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::login_wrong_password_returns_401::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   35:     0x5eeeda31687b - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::login_wrong_password_returns_401::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   36:     0x5eeeda295dd0 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Context>::enter::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::login_wrong_password_returns_401::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   37:     0x5eeeda2f17bd - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::login_wrong_password_returns_401::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   38:     0x5eeeda2df0a4 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::login_wrong_password_returns_401::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   39:     0x5eeeda438c2b - <tokio[a5673302f22d9ac5]::runtime::context::scoped::Scoped<tokio[a5673302f22d9ac5]::runtime::scheduler::Context>>::set::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::login_wrong_password_returns_401::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   40:     0x5eeeda4663f9 - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::login_wrong_password_returns_401::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   41:     0x5eeeda328452 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::try_with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::login_wrong_password_returns_401::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   42:     0x5eeeda32061e - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::login_wrong_password_returns_401::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   43:     0x5eeeda462b0d - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::login_wrong_password_returns_401::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   44:     0x5eeeda2bb1f0 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::login_wrong_password_returns_401::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   45:     0x5eeeda2c7fa6 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::login_wrong_password_returns_401::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   46:     0x5eeeda2cf290 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::login_wrong_password_returns_401::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   47:     0x5eeeda3d4e83 - tokio[a5673302f22d9ac5]::runtime::context::runtime::enter_runtime::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::login_wrong_password_returns_401::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   48:     0x5eeeda28dec3 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::login_wrong_password_returns_401::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   49:     0x5eeeda470671 - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on_inner::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::login_wrong_password_returns_401::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   50:     0x5eeeda479c3b - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::login_wrong_password_returns_401::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   51:     0x5eeeda48429d - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::block_on::<api_tests[d359dfa8e944e9ce]::login_wrong_password_returns_401::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:680:12
[INFO] [stdout]   52:     0x5eeeda481c57 - <actix_rt[41e5c3aece9afc0d]::runtime::Runtime>::block_on::<api_tests[d359dfa8e944e9ce]::login_wrong_password_returns_401::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/runtime.rs:138:20
[INFO] [stdout]   53:     0x5eeeda4826e7 - <actix_rt[41e5c3aece9afc0d]::system::SystemRunner>::block_on::<api_tests[d359dfa8e944e9ce]::login_wrong_password_returns_401::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/system.rs:240:17
[INFO] [stdout]   54:     0x5eeeda38a2a8 - api_tests[d359dfa8e944e9ce]::login_wrong_password_returns_401
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:157:1
[INFO] [stdout]   55:     0x5eeeda34a457 - api_tests[d359dfa8e944e9ce]::login_wrong_password_returns_401::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:158:44
[INFO] [stdout]   56:     0x5eeeda3a1ac6 - <api_tests[d359dfa8e944e9ce]::login_wrong_password_returns_401::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5eeeda73f92b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x5eeeda73f92b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   59:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   60:     0x5eeeda74d1a5 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   61:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   62:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   63:     0x5eeeda74d1a5 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   65:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   66:     0x5eeeda747d04 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   67:     0x5eeeda747d04 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   68:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   69:     0x5eeeda750222 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x5eeeda750222 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   74:     0x5eeeda750222 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   75:     0x5eeedafd4f8f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   76:     0x5eeedafd4f8f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   77:     0x73a82e0d6aa4 - <unknown>
[INFO] [stdout]   78:     0x73a82e163a64 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- register_returns_token_and_user stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'register_returns_token_and_user' (45) panicked at tests/common/mod.rs:22:45:
[INFO] [stdout] DATABASE_URL must be set for tests: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5eeedafd5828 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5eeedafd5828 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5eeedafed41a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5eeedafed41a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x5eeedafda722 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5eeedafda722 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5eeedafb38b6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5eeedafb38b6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5eeedafcd729 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5eeeda74c84c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x5eeeda74c84c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5eeedafcd9a2 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x5eeedafcd9a2 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5eeedafb3972 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5eeedafa88b9 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5eeedafb48ed - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5eeedafedc8c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5eeedafed9d2 - core[28b146924c2f19c6]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1872:5
[INFO] [stdout]   20:     0x5eeeda3f7ace - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::string::String, std[929523f510218772]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5eeeda416a5a - api_tests[d359dfa8e944e9ce]::common::create_pool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/common/mod.rs:22:45
[INFO] [stdout]   22:     0x5eeeda37b131 - api_tests[d359dfa8e944e9ce]::register_returns_token_and_user::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:13:38
[INFO] [stdout]   23:     0x5eeeda49007f - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::register_returns_token_and_user::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1076:44
[INFO] [stdout]   24:     0x5eeeda487d70 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::register_returns_token_and_user::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:827:13
[INFO] [stdout]   25:     0x5eeeda31f1c5 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::try_with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::register_returns_token_and_user::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   26:     0x5eeeda31d38e - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::register_returns_token_and_user::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   27:     0x5eeeda483036 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::register_returns_token_and_user::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:825:17
[INFO] [stdout]   28:     0x5eeeda493766 - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::register_returns_token_and_user::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1066:22
[INFO] [stdout]   29:     0x5eeeda48c6c3 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until::<api_tests[d359dfa8e944e9ce]::register_returns_token_and_user::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:723:19
[INFO] [stdout]   30:     0x5eeeda40be6d - <core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_returns_token_and_user::{closure#0}>::{closure#0}>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x5eeeda40c7ad - <core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_returns_token_and_user::{closure#0}>::{closure#0}>>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x5eeeda31ba7d - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_returns_token_and_user::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   33:     0x5eeeda3166db - tokio[a5673302f22d9ac5]::task::coop::with_budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_returns_token_and_user::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   34:     0x5eeeda3166db - tokio[a5673302f22d9ac5]::task::coop::budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_returns_token_and_user::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   35:     0x5eeeda3166db - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_returns_token_and_user::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   36:     0x5eeeda295ab0 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Context>::enter::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_returns_token_and_user::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   37:     0x5eeeda2f0d1d - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_returns_token_and_user::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   38:     0x5eeeda2df084 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_returns_token_and_user::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   39:     0x5eeeda438adb - <tokio[a5673302f22d9ac5]::runtime::context::scoped::Scoped<tokio[a5673302f22d9ac5]::runtime::scheduler::Context>>::set::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_returns_token_and_user::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   40:     0x5eeeda4663b9 - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_returns_token_and_user::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   41:     0x5eeeda328312 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::try_with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_returns_token_and_user::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   42:     0x5eeeda3205be - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_returns_token_and_user::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   43:     0x5eeeda462acd - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_returns_token_and_user::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   44:     0x5eeeda2badd0 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_returns_token_and_user::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   45:     0x5eeeda2c7f26 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_returns_token_and_user::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   46:     0x5eeeda2cef40 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_returns_token_and_user::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   47:     0x5eeeda3d4d13 - tokio[a5673302f22d9ac5]::runtime::context::runtime::enter_runtime::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_returns_token_and_user::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   48:     0x5eeeda28de13 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_returns_token_and_user::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   49:     0x5eeeda470561 - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on_inner::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_returns_token_and_user::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   50:     0x5eeeda47998b - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_returns_token_and_user::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   51:     0x5eeeda48420f - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::block_on::<api_tests[d359dfa8e944e9ce]::register_returns_token_and_user::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:680:12
[INFO] [stdout]   52:     0x5eeeda481c05 - <actix_rt[41e5c3aece9afc0d]::runtime::Runtime>::block_on::<api_tests[d359dfa8e944e9ce]::register_returns_token_and_user::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/runtime.rs:138:20
[INFO] [stdout]   53:     0x5eeeda482699 - <actix_rt[41e5c3aece9afc0d]::system::SystemRunner>::block_on::<api_tests[d359dfa8e944e9ce]::register_returns_token_and_user::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/system.rs:240:17
[INFO] [stdout]   54:     0x5eeeda38a226 - api_tests[d359dfa8e944e9ce]::register_returns_token_and_user
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:11:1
[INFO] [stdout]   55:     0x5eeeda34a427 - api_tests[d359dfa8e944e9ce]::register_returns_token_and_user::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:12:43
[INFO] [stdout]   56:     0x5eeeda3a1a86 - <api_tests[d359dfa8e944e9ce]::register_returns_token_and_user::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5eeeda73f92b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x5eeeda73f92b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   59:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   60:     0x5eeeda74d1a5 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   61:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   62:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   63:     0x5eeeda74d1a5 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   65:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   66:     0x5eeeda747d04 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   67:     0x5eeeda747d04 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   68:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   69:     0x5eeeda750222 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x5eeeda750222 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   74:     0x5eeeda750222 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   75:     0x5eeedafd4f8f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   76:     0x5eeedafd4f8f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   77:     0x73a82e0d6aa4 - <unknown>
[INFO] [stdout]   78:     0x73a82e163a64 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- register_validation_rejects_short_password stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'register_validation_rejects_short_password' (47) panicked at tests/common/mod.rs:22:45:
[INFO] [stdout] DATABASE_URL must be set for tests: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5eeedafd5828 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5eeedafd5828 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5eeedafed41a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5eeedafed41a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x5eeedafda722 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5eeedafda722 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5eeedafb38b6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5eeedafb38b6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5eeedafcd729 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5eeeda74c84c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x5eeeda74c84c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5eeedafcd9a2 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x5eeedafcd9a2 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5eeedafb3972 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5eeedafa88b9 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5eeedafb48ed - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5eeedafedc8c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5eeedafed9d2 - core[28b146924c2f19c6]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1872:5
[INFO] [stdout]   20:     0x5eeeda3f7ace - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::string::String, std[929523f510218772]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5eeeda416a5a - api_tests[d359dfa8e944e9ce]::common::create_pool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/common/mod.rs:22:45
[INFO] [stdout]   22:     0x5eeeda387016 - api_tests[d359dfa8e944e9ce]::register_validation_rejects_short_password::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:89:38
[INFO] [stdout]   23:     0x5eeeda490bbf - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::register_validation_rejects_short_password::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1076:44
[INFO] [stdout]   24:     0x5eeeda4885e0 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::register_validation_rejects_short_password::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:827:13
[INFO] [stdout]   25:     0x5eeeda31fac5 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::try_with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::register_validation_rejects_short_password::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   26:     0x5eeeda31d65e - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::register_validation_rejects_short_password::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   27:     0x5eeeda483276 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::register_validation_rejects_short_password::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:825:17
[INFO] [stdout]   28:     0x5eeeda493a36 - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::register_validation_rejects_short_password::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1066:22
[INFO] [stdout]   29:     0x5eeeda48dc23 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until::<api_tests[d359dfa8e944e9ce]::register_validation_rejects_short_password::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:723:19
[INFO] [stdout]   30:     0x5eeeda40c0ad - <core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_validation_rejects_short_password::{closure#0}>::{closure#0}>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x5eeeda40c9ed - <core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_validation_rejects_short_password::{closure#0}>::{closure#0}>>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x5eeeda31bcbd - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_validation_rejects_short_password::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   33:     0x5eeeda31757b - tokio[a5673302f22d9ac5]::task::coop::with_budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_validation_rejects_short_password::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   34:     0x5eeeda31757b - tokio[a5673302f22d9ac5]::task::coop::budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_validation_rejects_short_password::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   35:     0x5eeeda31757b - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_validation_rejects_short_password::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   36:     0x5eeeda2976d0 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Context>::enter::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_validation_rejects_short_password::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   37:     0x5eeeda2f6cbd - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_validation_rejects_short_password::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   38:     0x5eeeda2df1a4 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_validation_rejects_short_password::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   39:     0x5eeeda4396ab - <tokio[a5673302f22d9ac5]::runtime::context::scoped::Scoped<tokio[a5673302f22d9ac5]::runtime::scheduler::Context>>::set::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_validation_rejects_short_password::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   40:     0x5eeeda4665f9 - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_validation_rejects_short_password::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   41:     0x5eeeda328e52 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::try_with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_validation_rejects_short_password::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   42:     0x5eeeda32091e - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_validation_rejects_short_password::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   43:     0x5eeeda462d0d - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_validation_rejects_short_password::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   44:     0x5eeeda2bd2f0 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_validation_rejects_short_password::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   45:     0x5eeeda2c83a6 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_validation_rejects_short_password::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   46:     0x5eeeda2d0d10 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_validation_rejects_short_password::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   47:     0x5eeeda3d5a03 - tokio[a5673302f22d9ac5]::runtime::context::runtime::enter_runtime::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_validation_rejects_short_password::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   48:     0x5eeeda28e443 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_validation_rejects_short_password::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   49:     0x5eeeda470ef1 - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on_inner::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_validation_rejects_short_password::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   50:     0x5eeeda47b1bb - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::register_validation_rejects_short_password::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   51:     0x5eeeda48471f - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::block_on::<api_tests[d359dfa8e944e9ce]::register_validation_rejects_short_password::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:680:12
[INFO] [stdout]   52:     0x5eeeda481ed5 - <actix_rt[41e5c3aece9afc0d]::runtime::Runtime>::block_on::<api_tests[d359dfa8e944e9ce]::register_validation_rejects_short_password::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/runtime.rs:138:20
[INFO] [stdout]   53:     0x5eeeda482929 - <actix_rt[41e5c3aece9afc0d]::system::SystemRunner>::block_on::<api_tests[d359dfa8e944e9ce]::register_validation_rejects_short_password::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/system.rs:240:17
[INFO] [stdout]   54:     0x5eeeda38a6e6 - api_tests[d359dfa8e944e9ce]::register_validation_rejects_short_password
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:87:1
[INFO] [stdout]   55:     0x5eeeda34a5d7 - api_tests[d359dfa8e944e9ce]::register_validation_rejects_short_password::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:88:54
[INFO] [stdout]   56:     0x5eeeda3a1cc6 - <api_tests[d359dfa8e944e9ce]::register_validation_rejects_short_password::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5eeeda73f92b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x5eeeda73f92b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   59:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   60:     0x5eeeda74d1a5 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   61:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   62:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   63:     0x5eeeda74d1a5 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   65:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   66:     0x5eeeda747d04 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   67:     0x5eeeda747d04 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   68:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   69:     0x5eeeda750222 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x5eeeda750222 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   74:     0x5eeeda750222 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   75:     0x5eeedafd4f8f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   76:     0x5eeedafd4f8f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   77:     0x73a82e0d6aa4 - <unknown>
[INFO] [stdout]   78:     0x73a82e163a64 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- update_board stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'update_board' (50) panicked at tests/common/mod.rs:22:45:
[INFO] [stdout] DATABASE_URL must be set for tests: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5eeedafd5828 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5eeedafd5828 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5eeedafed41a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5eeedafed41a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x5eeedafda722 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5eeedafda722 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5eeedafb38b6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5eeedafb38b6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5eeedafcd729 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5eeeda74c84c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x5eeeda74c84c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5eeedafcd9a2 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x5eeedafcd9a2 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5eeedafb3972 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5eeedafa88b9 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5eeedafb48ed - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5eeedafedc8c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5eeedafed9d2 - core[28b146924c2f19c6]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1872:5
[INFO] [stdout]   20:     0x5eeeda3f7ace - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::string::String, std[929523f510218772]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5eeeda416a5a - api_tests[d359dfa8e944e9ce]::common::create_pool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/common/mod.rs:22:45
[INFO] [stdout]   22:     0x5eeeda34eb89 - api_tests[d359dfa8e944e9ce]::update_board::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:300:38
[INFO] [stdout]   23:     0x5eeeda48e3bf - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::update_board::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1076:44
[INFO] [stdout]   24:     0x5eeeda4867e0 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::update_board::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:827:13
[INFO] [stdout]   25:     0x5eeeda31dac5 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::try_with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::update_board::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   26:     0x5eeeda31cc5e - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::update_board::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   27:     0x5eeeda482a76 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::update_board::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:825:17
[INFO] [stdout]   28:     0x5eeeda493036 - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::update_board::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1066:22
[INFO] [stdout]   29:     0x5eeeda489023 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until::<api_tests[d359dfa8e944e9ce]::update_board::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:723:19
[INFO] [stdout]   30:     0x5eeeda40b8ad - <core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_board::{closure#0}>::{closure#0}>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x5eeeda40c1ed - <core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_board::{closure#0}>::{closure#0}>>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x5eeeda31b4bd - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_board::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   33:     0x5eeeda31417b - tokio[a5673302f22d9ac5]::task::coop::with_budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_board::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   34:     0x5eeeda31417b - tokio[a5673302f22d9ac5]::task::coop::budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_board::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   35:     0x5eeeda31417b - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_board::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   36:     0x5eeeda2912d0 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Context>::enter::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_board::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   37:     0x5eeeda2e18bd - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_board::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   38:     0x5eeeda2deda4 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_board::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   39:     0x5eeeda436cab - <tokio[a5673302f22d9ac5]::runtime::context::scoped::Scoped<tokio[a5673302f22d9ac5]::runtime::scheduler::Context>>::set::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_board::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   40:     0x5eeeda465df9 - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_board::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   41:     0x5eeeda326652 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::try_with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_board::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   42:     0x5eeeda31fd1e - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_board::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   43:     0x5eeeda46250d - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_board::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   44:     0x5eeeda2b4ef0 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_board::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   45:     0x5eeeda2c73a6 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_board::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   46:     0x5eeeda2ca310 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_board::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   47:     0x5eeeda3d2c03 - tokio[a5673302f22d9ac5]::runtime::context::runtime::enter_runtime::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_board::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   48:     0x5eeeda28ce43 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_board::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   49:     0x5eeeda46ecf1 - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on_inner::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_board::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   50:     0x5eeeda475bab - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_board::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   51:     0x5eeeda4834ef - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::block_on::<api_tests[d359dfa8e944e9ce]::update_board::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:680:12
[INFO] [stdout]   52:     0x5eeeda4814d5 - <actix_rt[41e5c3aece9afc0d]::runtime::Runtime>::block_on::<api_tests[d359dfa8e944e9ce]::update_board::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/runtime.rs:138:20
[INFO] [stdout]   53:     0x5eeeda482039 - <actix_rt[41e5c3aece9afc0d]::system::SystemRunner>::block_on::<api_tests[d359dfa8e944e9ce]::update_board::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/system.rs:240:17
[INFO] [stdout]   54:     0x5eeeda3895d6 - api_tests[d359dfa8e944e9ce]::update_board
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:298:1
[INFO] [stdout]   55:     0x5eeeda349fd7 - api_tests[d359dfa8e944e9ce]::update_board::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:299:24
[INFO] [stdout]   56:     0x5eeeda3a14c6 - <api_tests[d359dfa8e944e9ce]::update_board::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5eeeda73f92b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x5eeeda73f92b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   59:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   60:     0x5eeeda74d1a5 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   61:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   62:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   63:     0x5eeeda74d1a5 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   65:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   66:     0x5eeeda747d04 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   67:     0x5eeeda747d04 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   68:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   69:     0x5eeeda750222 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x5eeeda750222 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   74:     0x5eeeda750222 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   75:     0x5eeedafd4f8f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   76:     0x5eeedafd4f8f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   77:     0x73a82e0d6aa4 - <unknown>
[INFO] [stdout]   78:     0x73a82e163a64 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- update_post_by_non_author_non_admin_returns_403 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'update_post_by_non_author_non_admin_returns_403' (52) panicked at tests/common/mod.rs:22:45:
[INFO] [stdout] DATABASE_URL must be set for tests: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5eeedafd5828 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5eeedafd5828 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5eeedafed41a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5eeedafed41a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x5eeedafda722 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5eeedafda722 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5eeedafb38b6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5eeedafb38b6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5eeedafcd729 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5eeeda74c84c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x5eeeda74c84c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5eeedafcd9a2 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x5eeedafcd9a2 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5eeedafb3972 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5eeedafa88b9 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5eeedafb48ed - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5eeedafedc8c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5eeedafed9d2 - core[28b146924c2f19c6]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1872:5
[INFO] [stdout]   20:     0x5eeeda3f7ace - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::string::String, std[929523f510218772]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5eeeda416a5a - api_tests[d359dfa8e944e9ce]::common::create_pool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/common/mod.rs:22:45
[INFO] [stdout]   22:     0x5eeeda387f6e - api_tests[d359dfa8e944e9ce]::update_post_by_non_author_non_admin_returns_403::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:457:38
[INFO] [stdout]   23:     0x5eeeda490cff - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::update_post_by_non_author_non_admin_returns_403::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1076:44
[INFO] [stdout]   24:     0x5eeeda4886d0 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::update_post_by_non_author_non_admin_returns_403::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:827:13
[INFO] [stdout]   25:     0x5eeeda31fbc5 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::try_with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::update_post_by_non_author_non_admin_returns_403::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   26:     0x5eeeda31d6ae - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::update_post_by_non_author_non_admin_returns_403::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   27:     0x5eeeda4832b6 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::update_post_by_non_author_non_admin_returns_403::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:825:17
[INFO] [stdout]   28:     0x5eeeda493a86 - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::update_post_by_non_author_non_admin_returns_403::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1066:22
[INFO] [stdout]   29:     0x5eeeda48de83 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until::<api_tests[d359dfa8e944e9ce]::update_post_by_non_author_non_admin_returns_403::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:723:19
[INFO] [stdout]   30:     0x5eeeda40c0ed - <core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_post_by_non_author_non_admin_returns_403::{closure#0}>::{closure#0}>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x5eeeda40ca2d - <core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_post_by_non_author_non_admin_returns_403::{closure#0}>::{closure#0}>>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x5eeeda31bcfd - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_post_by_non_author_non_admin_returns_403::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   33:     0x5eeeda31771b - tokio[a5673302f22d9ac5]::task::coop::with_budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_post_by_non_author_non_admin_returns_403::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   34:     0x5eeeda31771b - tokio[a5673302f22d9ac5]::task::coop::budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_post_by_non_author_non_admin_returns_403::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   35:     0x5eeeda31771b - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_post_by_non_author_non_admin_returns_403::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   36:     0x5eeeda2979f0 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Context>::enter::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_post_by_non_author_non_admin_returns_403::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   37:     0x5eeeda2f775d - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_post_by_non_author_non_admin_returns_403::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   38:     0x5eeeda2df1c4 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_post_by_non_author_non_admin_returns_403::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   39:     0x5eeeda4397fb - <tokio[a5673302f22d9ac5]::runtime::context::scoped::Scoped<tokio[a5673302f22d9ac5]::runtime::scheduler::Context>>::set::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_post_by_non_author_non_admin_returns_403::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   40:     0x5eeeda466639 - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_post_by_non_author_non_admin_returns_403::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   41:     0x5eeeda328f92 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::try_with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_post_by_non_author_non_admin_returns_403::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   42:     0x5eeeda32097e - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_post_by_non_author_non_admin_returns_403::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   43:     0x5eeeda462d4d - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_post_by_non_author_non_admin_returns_403::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   44:     0x5eeeda2bd710 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_post_by_non_author_non_admin_returns_403::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   45:     0x5eeeda2c8426 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_post_by_non_author_non_admin_returns_403::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   46:     0x5eeeda2d1060 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_post_by_non_author_non_admin_returns_403::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   47:     0x5eeeda3d5b73 - tokio[a5673302f22d9ac5]::runtime::context::runtime::enter_runtime::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_post_by_non_author_non_admin_returns_403::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   48:     0x5eeeda28e4f3 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_post_by_non_author_non_admin_returns_403::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   49:     0x5eeeda471001 - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on_inner::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_post_by_non_author_non_admin_returns_403::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   50:     0x5eeeda47b46b - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_post_by_non_author_non_admin_returns_403::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   51:     0x5eeeda4847ad - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::block_on::<api_tests[d359dfa8e944e9ce]::update_post_by_non_author_non_admin_returns_403::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:680:12
[INFO] [stdout]   52:     0x5eeeda481f27 - <actix_rt[41e5c3aece9afc0d]::runtime::Runtime>::block_on::<api_tests[d359dfa8e944e9ce]::update_post_by_non_author_non_admin_returns_403::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/runtime.rs:138:20
[INFO] [stdout]   53:     0x5eeeda482977 - <actix_rt[41e5c3aece9afc0d]::system::SystemRunner>::block_on::<api_tests[d359dfa8e944e9ce]::update_post_by_non_author_non_admin_returns_403::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/system.rs:240:17
[INFO] [stdout]   54:     0x5eeeda38a768 - api_tests[d359dfa8e944e9ce]::update_post_by_non_author_non_admin_returns_403
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:455:1
[INFO] [stdout]   55:     0x5eeeda34a607 - api_tests[d359dfa8e944e9ce]::update_post_by_non_author_non_admin_returns_403::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:456:59
[INFO] [stdout]   56:     0x5eeeda3a1d06 - <api_tests[d359dfa8e944e9ce]::update_post_by_non_author_non_admin_returns_403::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5eeeda73f92b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x5eeeda73f92b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   59:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   60:     0x5eeeda74d1a5 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   61:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   62:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   63:     0x5eeeda74d1a5 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   65:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   66:     0x5eeeda747d04 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   67:     0x5eeeda747d04 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   68:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   69:     0x5eeeda750222 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x5eeeda750222 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   74:     0x5eeeda750222 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   75:     0x5eeedafd4f8f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   76:     0x5eeedafd4f8f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   77:     0x73a82e0d6aa4 - <unknown>
[INFO] [stdout]   78:     0x73a82e163a64 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- update_status_as_admin stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'update_status_as_admin' (53) panicked at tests/common/mod.rs:22:45:
[INFO] [stdout] DATABASE_URL must be set for tests: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5eeedafd5828 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5eeedafd5828 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5eeedafed41a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5eeedafed41a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x5eeedafda722 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5eeedafda722 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5eeedafb38b6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5eeedafb38b6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5eeedafcd729 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5eeeda74c84c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x5eeeda74c84c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5eeedafcd9a2 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x5eeedafcd9a2 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5eeedafb3972 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5eeedafa88b9 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5eeedafb48ed - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5eeedafedc8c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5eeedafed9d2 - core[28b146924c2f19c6]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1872:5
[INFO] [stdout]   20:     0x5eeeda3f7ace - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::string::String, std[929523f510218772]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5eeeda416a5a - api_tests[d359dfa8e944e9ce]::common::create_pool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/common/mod.rs:22:45
[INFO] [stdout]   22:     0x5eeeda367665 - api_tests[d359dfa8e944e9ce]::update_status_as_admin::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:493:38
[INFO] [stdout]   23:     0x5eeeda48f2bf - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::update_status_as_admin::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1076:44
[INFO] [stdout]   24:     0x5eeeda487320 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::update_status_as_admin::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:827:13
[INFO] [stdout]   25:     0x5eeeda31e6c5 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::try_with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::update_status_as_admin::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   26:     0x5eeeda31d01e - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::update_status_as_admin::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   27:     0x5eeeda482d76 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::update_status_as_admin::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:825:17
[INFO] [stdout]   28:     0x5eeeda4933f6 - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::update_status_as_admin::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1066:22
[INFO] [stdout]   29:     0x5eeeda48aca3 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until::<api_tests[d359dfa8e944e9ce]::update_status_as_admin::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:723:19
[INFO] [stdout]   30:     0x5eeeda40bbad - <core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_as_admin::{closure#0}>::{closure#0}>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x5eeeda40c4ed - <core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_as_admin::{closure#0}>::{closure#0}>>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x5eeeda31b7bd - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_as_admin::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   33:     0x5eeeda3154fb - tokio[a5673302f22d9ac5]::task::coop::with_budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_as_admin::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   34:     0x5eeeda3154fb - tokio[a5673302f22d9ac5]::task::coop::budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_as_admin::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   35:     0x5eeeda3154fb - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_as_admin::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   36:     0x5eeeda293850 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Context>::enter::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_as_admin::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   37:     0x5eeeda2e983d - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_as_admin::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   38:     0x5eeeda2def24 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_as_admin::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   39:     0x5eeeda437c6b - <tokio[a5673302f22d9ac5]::runtime::context::scoped::Scoped<tokio[a5673302f22d9ac5]::runtime::scheduler::Context>>::set::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_as_admin::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   40:     0x5eeeda4660f9 - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_as_admin::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   41:     0x5eeeda327552 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::try_with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_as_admin::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   42:     0x5eeeda32019e - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_as_admin::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   43:     0x5eeeda46280d - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_as_admin::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   44:     0x5eeeda2b8070 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_as_admin::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   45:     0x5eeeda2c79a6 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_as_admin::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   46:     0x5eeeda2ccad0 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_as_admin::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   47:     0x5eeeda3d3d43 - tokio[a5673302f22d9ac5]::runtime::context::runtime::enter_runtime::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_as_admin::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   48:     0x5eeeda28d683 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_as_admin::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   49:     0x5eeeda46f9b1 - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on_inner::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_as_admin::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   50:     0x5eeeda477bfb - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_as_admin::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   51:     0x5eeeda483bbf - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::block_on::<api_tests[d359dfa8e944e9ce]::update_status_as_admin::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:680:12
[INFO] [stdout]   52:     0x5eeeda481895 - <actix_rt[41e5c3aece9afc0d]::runtime::Runtime>::block_on::<api_tests[d359dfa8e944e9ce]::update_status_as_admin::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/runtime.rs:138:20
[INFO] [stdout]   53:     0x5eeeda482399 - <actix_rt[41e5c3aece9afc0d]::system::SystemRunner>::block_on::<api_tests[d359dfa8e944e9ce]::update_status_as_admin::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/system.rs:240:17
[INFO] [stdout]   54:     0x5eeeda389c36 - api_tests[d359dfa8e944e9ce]::update_status_as_admin
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:491:1
[INFO] [stdout]   55:     0x5eeeda34a217 - api_tests[d359dfa8e944e9ce]::update_status_as_admin::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:492:34
[INFO] [stdout]   56:     0x5eeeda3a17c6 - <api_tests[d359dfa8e944e9ce]::update_status_as_admin::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5eeeda73f92b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x5eeeda73f92b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   59:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   60:     0x5eeeda74d1a5 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   61:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   62:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   63:     0x5eeeda74d1a5 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   65:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   66:     0x5eeeda747d04 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   67:     0x5eeeda747d04 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   68:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   69:     0x5eeeda750222 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x5eeeda750222 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   74:     0x5eeeda750222 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   75:     0x5eeedafd4f8f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   76:     0x5eeedafd4f8f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   77:     0x73a82e0d6aa4 - <unknown>
[INFO] [stdout]   78:     0x73a82e163a64 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- update_status_as_member_returns_403 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'update_status_as_member_returns_403' (54) panicked at tests/common/mod.rs:22:45:
[INFO] [stdout] DATABASE_URL must be set for tests: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5eeedafd5828 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5eeedafd5828 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5eeedafed41a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5eeedafed41a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x5eeedafda722 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5eeedafda722 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5eeedafb38b6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5eeedafb38b6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5eeedafcd729 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5eeeda74c84c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x5eeeda74c84c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5eeedafcd9a2 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x5eeedafcd9a2 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5eeedafb3972 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5eeedafa88b9 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5eeedafb48ed - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5eeedafedc8c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5eeedafed9d2 - core[28b146924c2f19c6]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1872:5
[INFO] [stdout]   20:     0x5eeeda3f7ace - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::string::String, std[929523f510218772]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5eeeda416a5a - api_tests[d359dfa8e944e9ce]::common::create_pool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/common/mod.rs:22:45
[INFO] [stdout]   22:     0x5eeeda3836ae - api_tests[d359dfa8e944e9ce]::update_status_as_member_returns_403::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:513:38
[INFO] [stdout]   23:     0x5eeeda4907ff - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::update_status_as_member_returns_403::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1076:44
[INFO] [stdout]   24:     0x5eeeda488310 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::update_status_as_member_returns_403::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:827:13
[INFO] [stdout]   25:     0x5eeeda31f7c5 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::try_with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::update_status_as_member_returns_403::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   26:     0x5eeeda31d56e - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::update_status_as_member_returns_403::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   27:     0x5eeeda4831b6 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::update_status_as_member_returns_403::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:825:17
[INFO] [stdout]   28:     0x5eeeda493946 - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::update_status_as_member_returns_403::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1066:22
[INFO] [stdout]   29:     0x5eeeda48d503 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until::<api_tests[d359dfa8e944e9ce]::update_status_as_member_returns_403::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:723:19
[INFO] [stdout]   30:     0x5eeeda40bfed - <core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_as_member_returns_403::{closure#0}>::{closure#0}>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x5eeeda40c92d - <core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_as_member_returns_403::{closure#0}>::{closure#0}>>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x5eeeda31bbfd - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_as_member_returns_403::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   33:     0x5eeeda31709b - tokio[a5673302f22d9ac5]::task::coop::with_budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_as_member_returns_403::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   34:     0x5eeeda31709b - tokio[a5673302f22d9ac5]::task::coop::budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_as_member_returns_403::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   35:     0x5eeeda31709b - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_as_member_returns_403::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   36:     0x5eeeda296d70 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Context>::enter::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_as_member_returns_403::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   37:     0x5eeeda2f4cdd - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_as_member_returns_403::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   38:     0x5eeeda2df144 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_as_member_returns_403::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   39:     0x5eeeda4392bb - <tokio[a5673302f22d9ac5]::runtime::context::scoped::Scoped<tokio[a5673302f22d9ac5]::runtime::scheduler::Context>>::set::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_as_member_returns_403::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   40:     0x5eeeda466539 - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_as_member_returns_403::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   41:     0x5eeeda328a92 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::try_with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_as_member_returns_403::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   42:     0x5eeeda3207fe - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_as_member_returns_403::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   43:     0x5eeeda462c4d - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_as_member_returns_403::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   44:     0x5eeeda2bc690 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_as_member_returns_403::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   45:     0x5eeeda2c8226 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_as_member_returns_403::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   46:     0x5eeeda2d0320 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_as_member_returns_403::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   47:     0x5eeeda3d55b3 - tokio[a5673302f22d9ac5]::runtime::context::runtime::enter_runtime::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_as_member_returns_403::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   48:     0x5eeeda28e233 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_as_member_returns_403::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   49:     0x5eeeda470bc1 - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on_inner::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_as_member_returns_403::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   50:     0x5eeeda47a9ab - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_as_member_returns_403::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   51:     0x5eeeda48456d - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::block_on::<api_tests[d359dfa8e944e9ce]::update_status_as_member_returns_403::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:680:12
[INFO] [stdout]   52:     0x5eeeda481de7 - <actix_rt[41e5c3aece9afc0d]::runtime::Runtime>::block_on::<api_tests[d359dfa8e944e9ce]::update_status_as_member_returns_403::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/runtime.rs:138:20
[INFO] [stdout]   53:     0x5eeeda482847 - <actix_rt[41e5c3aece9afc0d]::system::SystemRunner>::block_on::<api_tests[d359dfa8e944e9ce]::update_status_as_member_returns_403::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/system.rs:240:17
[INFO] [stdout]   54:     0x5eeeda38a558 - api_tests[d359dfa8e944e9ce]::update_status_as_member_returns_403
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:511:1
[INFO] [stdout]   55:     0x5eeeda34a547 - api_tests[d359dfa8e944e9ce]::update_status_as_member_returns_403::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:512:47
[INFO] [stdout]   56:     0x5eeeda3a1c06 - <api_tests[d359dfa8e944e9ce]::update_status_as_member_returns_403::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5eeeda73f92b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x5eeeda73f92b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   59:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   60:     0x5eeeda74d1a5 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   61:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   62:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   63:     0x5eeeda74d1a5 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   65:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   66:     0x5eeeda747d04 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   67:     0x5eeeda747d04 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stderr] error: test failed, to rerun pass `--test api_tests`
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   68:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   69:     0x5eeeda750222 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x5eeeda750222 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   74:     0x5eeeda750222 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   75:     0x5eeedafd4f8f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   76:     0x5eeedafd4f8f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   77:     0x73a82e0d6aa4 - <unknown>
[INFO] [stdout]   78:     0x73a82e163a64 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- toggle_vote_on_and_off stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'toggle_vote_on_and_off' (49) panicked at tests/common/mod.rs:22:45:
[INFO] [stdout] DATABASE_URL must be set for tests: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5eeedafd5828 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5eeedafd5828 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5eeedafed41a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5eeedafed41a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x5eeedafda722 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5eeedafda722 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5eeedafb38b6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5eeedafb38b6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5eeedafcd729 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5eeeda74c84c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x5eeeda74c84c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5eeedafcd9a2 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x5eeedafcd9a2 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5eeedafb3972 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5eeedafa88b9 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5eeedafb48ed - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5eeedafedc8c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5eeedafed9d2 - core[28b146924c2f19c6]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1872:5
[INFO] [stdout]   20:     0x5eeeda3f7ace - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::string::String, std[929523f510218772]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5eeeda416a5a - api_tests[d359dfa8e944e9ce]::common::create_pool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/common/mod.rs:22:45
[INFO] [stdout]   22:     0x5eeeda365481 - api_tests[d359dfa8e944e9ce]::toggle_vote_on_and_off::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:555:38
[INFO] [stdout]   23:     0x5eeeda48f17f - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::toggle_vote_on_and_off::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1076:44
[INFO] [stdout]   24:     0x5eeeda487230 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::toggle_vote_on_and_off::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:827:13
[INFO] [stdout]   25:     0x5eeeda31e5c5 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::try_with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::toggle_vote_on_and_off::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   26:     0x5eeeda31cfce - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::toggle_vote_on_and_off::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   27:     0x5eeeda482d36 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::toggle_vote_on_and_off::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:825:17
[INFO] [stdout]   28:     0x5eeeda4933a6 - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::toggle_vote_on_and_off::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1066:22
[INFO] [stdout]   29:     0x5eeeda48aa43 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until::<api_tests[d359dfa8e944e9ce]::toggle_vote_on_and_off::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:723:19
[INFO] [stdout]   30:     0x5eeeda40bb6d - <core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::toggle_vote_on_and_off::{closure#0}>::{closure#0}>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x5eeeda40c4ad - <core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::toggle_vote_on_and_off::{closure#0}>::{closure#0}>>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x5eeeda31b77d - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::toggle_vote_on_and_off::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   33:     0x5eeeda31535b - tokio[a5673302f22d9ac5]::task::coop::with_budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::toggle_vote_on_and_off::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   34:     0x5eeeda31535b - tokio[a5673302f22d9ac5]::task::coop::budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::toggle_vote_on_and_off::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   35:     0x5eeeda31535b - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::toggle_vote_on_and_off::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   36:     0x5eeeda293530 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Context>::enter::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::toggle_vote_on_and_off::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   37:     0x5eeeda2e8d9d - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::toggle_vote_on_and_off::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   38:     0x5eeeda2def04 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::toggle_vote_on_and_off::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   39:     0x5eeeda437b1b - <tokio[a5673302f22d9ac5]::runtime::context::scoped::Scoped<tokio[a5673302f22d9ac5]::runtime::scheduler::Context>>::set::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::toggle_vote_on_and_off::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   40:     0x5eeeda4660b9 - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::toggle_vote_on_and_off::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   41:     0x5eeeda327412 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::try_with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::toggle_vote_on_and_off::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   42:     0x5eeeda32013e - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::toggle_vote_on_and_off::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   43:     0x5eeeda4627cd - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::toggle_vote_on_and_off::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   44:     0x5eeeda2b7c50 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::toggle_vote_on_and_off::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   45:     0x5eeeda2c7926 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::toggle_vote_on_and_off::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   46:     0x5eeeda2cc780 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::toggle_vote_on_and_off::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   47:     0x5eeeda3d3bd3 - tokio[a5673302f22d9ac5]::runtime::context::runtime::enter_runtime::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::toggle_vote_on_and_off::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   48:     0x5eeeda28d5d3 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::toggle_vote_on_and_off::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   49:     0x5eeeda46f8a1 - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on_inner::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::toggle_vote_on_and_off::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   50:     0x5eeeda47794b - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::toggle_vote_on_and_off::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   51:     0x5eeeda483b2d - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::block_on::<api_tests[d359dfa8e944e9ce]::toggle_vote_on_and_off::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:680:12
[INFO] [stdout]   52:     0x5eeeda481847 - <actix_rt[41e5c3aece9afc0d]::runtime::Runtime>::block_on::<api_tests[d359dfa8e944e9ce]::toggle_vote_on_and_off::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/runtime.rs:138:20
[INFO] [stdout]   53:     0x5eeeda482357 - <actix_rt[41e5c3aece9afc0d]::system::SystemRunner>::block_on::<api_tests[d359dfa8e944e9ce]::toggle_vote_on_and_off::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/system.rs:240:17
[INFO] [stdout]   54:     0x5eeeda389ba8 - api_tests[d359dfa8e944e9ce]::toggle_vote_on_and_off
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:553:1
[INFO] [stdout]   55:     0x5eeeda34a1e7 - api_tests[d359dfa8e944e9ce]::toggle_vote_on_and_off::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:554:34
[INFO] [stdout]   56:     0x5eeeda3a1786 - <api_tests[d359dfa8e944e9ce]::toggle_vote_on_and_off::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5eeeda73f92b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x5eeeda73f92b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   59:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   60:     0x5eeeda74d1a5 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   61:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   62:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   63:     0x5eeeda74d1a5 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   65:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   66:     0x5eeeda747d04 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   67:     0x5eeeda747d04 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   68:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   69:     0x5eeeda750222 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x5eeeda750222 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   74:     0x5eeeda750222 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   75:     0x5eeedafd4f8f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   76:     0x5eeedafd4f8f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   77:     0x73a82e0d6aa4 - <unknown>
[INFO] [stdout]   78:     0x73a82e163a64 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- update_status_invalid_value_returns_400 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'update_status_invalid_value_returns_400' (55) panicked at tests/common/mod.rs:22:45:
[INFO] [stdout] DATABASE_URL must be set for tests: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5eeedafd5828 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5eeedafd5828 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5eeedafd5828 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5eeedafed41a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5eeedafed41a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x5eeedafda722 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5eeedafda722 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5eeedafb38b6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5eeedafb38b6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5eeedafcd729 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5eeeda74c84c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x5eeeda74c84c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5eeedafcd9a2 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x5eeedafcd9a2 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5eeedafb3972 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5eeedafa88b9 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5eeedafb48ed - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5eeedafedc8c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5eeedafed9d2 - core[28b146924c2f19c6]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1872:5
[INFO] [stdout]   20:     0x5eeeda3f7ace - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::string::String, std[929523f510218772]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5eeeda416a5a - api_tests[d359dfa8e944e9ce]::common::create_pool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/common/mod.rs:22:45
[INFO] [stdout]   22:     0x5eeeda384d5a - api_tests[d359dfa8e944e9ce]::update_status_invalid_value_returns_400::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:533:38
[INFO] [stdout]   23:     0x5eeeda49093f - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::update_status_invalid_value_returns_400::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1076:44
[INFO] [stdout]   24:     0x5eeeda488400 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::update_status_invalid_value_returns_400::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:827:13
[INFO] [stdout]   25:     0x5eeeda31f8c5 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::try_with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::update_status_invalid_value_returns_400::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   26:     0x5eeeda31d5be - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::task::local::LocalData>>::with::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::with<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::update_status_invalid_value_returns_400::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   27:     0x5eeeda4831f6 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::with::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::update_status_invalid_value_returns_400::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:825:17
[INFO] [stdout]   28:     0x5eeeda493996 - <tokio[a5673302f22d9ac5]::task::local::RunUntil<api_tests[d359dfa8e944e9ce]::update_status_invalid_value_returns_400::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:1066:22
[INFO] [stdout]   29:     0x5eeeda48d763 - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until::<api_tests[d359dfa8e944e9ce]::update_status_invalid_value_returns_400::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:723:19
[INFO] [stdout]   30:     0x5eeeda40c02d - <core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_invalid_value_returns_400::{closure#0}>::{closure#0}>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x5eeeda40c96d - <core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_invalid_value_returns_400::{closure#0}>::{closure#0}>>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x5eeeda31bc3d - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_invalid_value_returns_400::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   33:     0x5eeeda31723b - tokio[a5673302f22d9ac5]::task::coop::with_budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_invalid_value_returns_400::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   34:     0x5eeeda31723b - tokio[a5673302f22d9ac5]::task::coop::budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_invalid_value_returns_400::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   35:     0x5eeeda31723b - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_invalid_value_returns_400::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   36:     0x5eeeda297090 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Context>::enter::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_invalid_value_returns_400::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   37:     0x5eeeda2f577d - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_invalid_value_returns_400::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   38:     0x5eeeda2df164 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_invalid_value_returns_400::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   39:     0x5eeeda43940b - <tokio[a5673302f22d9ac5]::runtime::context::scoped::Scoped<tokio[a5673302f22d9ac5]::runtime::scheduler::Context>>::set::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_invalid_value_returns_400::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   40:     0x5eeeda466579 - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_invalid_value_returns_400::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   41:     0x5eeeda328bd2 - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::try_with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_invalid_value_returns_400::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   42:     0x5eeeda32085e - <std[929523f510218772]::thread::local::LocalKey<tokio[a5673302f22d9ac5]::runtime::context::Context>>::with::<tokio[a5673302f22d9ac5]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_invalid_value_returns_400::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   43:     0x5eeeda462c8d - tokio[a5673302f22d9ac5]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_invalid_value_returns_400::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   44:     0x5eeeda2bcab0 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_invalid_value_returns_400::{closure#0}>::{closure#0}>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   45:     0x5eeeda2c82a6 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_invalid_value_returns_400::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   46:     0x5eeeda2d0670 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_invalid_value_returns_400::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   47:     0x5eeeda3d5723 - tokio[a5673302f22d9ac5]::runtime::context::runtime::enter_runtime::<<tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_invalid_value_returns_400::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   48:     0x5eeeda28e2e3 - <tokio[a5673302f22d9ac5]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_invalid_value_returns_400::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   49:     0x5eeeda470cd1 - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on_inner::<core[28b146924c2f19c6]::pin::Pin<alloc[95e62e727ddf147d]::boxed::Box<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_invalid_value_returns_400::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   50:     0x5eeeda47ac5b - <tokio[a5673302f22d9ac5]::runtime::runtime::Runtime>::block_on::<<tokio[a5673302f22d9ac5]::task::local::LocalSet>::run_until<api_tests[d359dfa8e944e9ce]::update_status_invalid_value_returns_400::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   51:     0x5eeeda4845ff - <tokio[a5673302f22d9ac5]::task::local::LocalSet>::block_on::<api_tests[d359dfa8e944e9ce]::update_status_invalid_value_returns_400::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs:680:12
[INFO] [stdout]   52:     0x5eeeda481e35 - <actix_rt[41e5c3aece9afc0d]::runtime::Runtime>::block_on::<api_tests[d359dfa8e944e9ce]::update_status_invalid_value_returns_400::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/runtime.rs:138:20
[INFO] [stdout]   53:     0x5eeeda482889 - <actix_rt[41e5c3aece9afc0d]::system::SystemRunner>::block_on::<api_tests[d359dfa8e944e9ce]::update_status_invalid_value_returns_400::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/system.rs:240:17
[INFO] [stdout]   54:     0x5eeeda38a5e6 - api_tests[d359dfa8e944e9ce]::update_status_invalid_value_returns_400
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:531:1
[INFO] [stdout]   55:     0x5eeeda34a577 - api_tests[d359dfa8e944e9ce]::update_status_invalid_value_returns_400::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:532:51
[INFO] [stdout]   56:     0x5eeeda3a1c46 - <api_tests[d359dfa8e944e9ce]::update_status_invalid_value_returns_400::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5eeeda73f92b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x5eeeda73f92b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   59:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   60:     0x5eeeda74d1a5 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   61:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   62:     0x5eeeda74d1a5 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   63:     0x5eeeda74d1a5 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   65:     0x5eeeda74d1a5 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   66:     0x5eeeda747d04 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   67:     0x5eeeda747d04 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   68:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   69:     0x5eeeda750222 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x5eeeda750222 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x5eeeda750222 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x5eeeda750222 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   74:     0x5eeeda750222 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   75:     0x5eeedafd4f8f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   76:     0x5eeedafd4f8f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   77:     0x73a82e0d6aa4 - <unknown>
[INFO] [stdout]   78:     0x73a82e163a64 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     assign_and_remove_tag_from_post
[INFO] [stdout]     comment_increments_post_count
[INFO] [stdout]     create_and_get_post
[INFO] [stdout]     create_and_list_comments
[INFO] [stdout]     create_and_list_tags
[INFO] [stdout]     create_board_as_admin
[INFO] [stdout]     create_board_as_member_returns_403
[INFO] [stdout]     delete_board
[INFO] [stdout]     delete_others_comment_returns_403
[INFO] [stdout]     delete_own_comment
[INFO] [stdout]     delete_post_by_author
[INFO] [stdout]     delete_tag
[INFO] [stdout]     full_workflow
[INFO] [stdout]     get_board_by_slug
[INFO] [stdout]     get_nonexistent_board_returns_404
[INFO] [stdout]     list_boards
[INFO] [stdout]     list_posts_with_sort_and_filter
[INFO] [stdout]     login_returns_token
[INFO] [stdout]     login_wrong_password_returns_401
[INFO] [stdout]     me_returns_current_user
[INFO] [stdout]     me_without_token_returns_401
[INFO] [stdout]     member_cannot_create_tag
[INFO] [stdout]     member_comment_not_admin_reply
[INFO] [stdout]     multiple_users_can_vote
[INFO] [stdout]     register_creates_org_automatically
[INFO] [stdout]     register_duplicate_email_fails
[INFO] [stdout]     register_returns_token_and_user
[INFO] [stdout]     register_validation_rejects_invalid_email
[INFO] [stdout]     register_validation_rejects_short_password
[INFO] [stdout]     tag_default_color
[INFO] [stdout]     toggle_vote_on_and_off
[INFO] [stdout]     update_board
[INFO] [stdout]     update_post_by_author
[INFO] [stdout]     update_post_by_non_author_non_admin_returns_403
[INFO] [stdout]     update_status_as_admin
[INFO] [stdout]     update_status_as_member_returns_403
[INFO] [stdout]     update_status_invalid_value_returns_400
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 37 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.22s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "56393774207e40dcc075bfe6c0882ae2d64e2edc24047b31ff22f998fec10945", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "56393774207e40dcc075bfe6c0882ae2d64e2edc24047b31ff22f998fec10945", kill_on_drop: false }`
[INFO] [stdout] 56393774207e40dcc075bfe6c0882ae2d64e2edc24047b31ff22f998fec10945
